feat: change nix structure
This commit is contained in:
5
modules/config.nix
Normal file
5
modules/config.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nixpkgs.config.allowBroken = true;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
Reference in New Issue
Block a user