Enable nix-command and flakes experimental features
This commit is contained in:
@@ -67,4 +67,7 @@
|
||||
|
||||
# Home Manager should manage itself
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Enable nix experimental features
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user