nix-config/modules/essentials/nix.nix

5 lines
109 B
Nix

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