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:
parent
c57e7cd2c2
commit
d9f3667421
|
@ -163,6 +163,8 @@
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
nix.settings.experimental-features = [ "flakes" "nix-command" ];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"brgenml1lpr" "lunar-client" "spotify"
|
"brgenml1lpr" "lunar-client" "spotify"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue