Files
nix-config/modules/config.nix

6 lines
145 B
Nix

{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowBroken = true;
nixpkgs.config.allowUnfree = true;
}