Add nix.package for nix.settings configuration
This commit is contained in:
@@ -69,5 +69,6 @@
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Enable nix experimental features
|
||||
nix.package = pkgs.nix;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user