feat: change nix structure

This commit is contained in:
2025-08-30 12:11:32 +02:00
parent 6f228c93be
commit d5193fa2a3
8 changed files with 417 additions and 184 deletions

5
modules/config.nix Normal file
View File

@ -0,0 +1,5 @@
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowBroken = true;
nixpkgs.config.allowUnfree = true;
}