Permanently enable nix-flakes and nix-command

I'm enabling it a *lot* for one-off commands. I probably should just
accept my fate.
This commit is contained in:
Eli Ribble 2024-12-27 08:59:30 -07:00
parent c57e7cd2c2
commit d9f3667421
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@
# Enable networking
networking.networkmanager.enable = true;
nix.settings.experimental-features = [ "flakes" "nix-command" ];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"brgenml1lpr" "lunar-client" "spotify"
];