diff --git a/base.nix b/base.nix index 2c6c6cc..001d0d9 100644 --- a/base.nix +++ b/base.nix @@ -19,6 +19,8 @@ system.autoUpgrade.enable = true; nix.gc.automatic = true; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + environment.systemPackages = with pkgs; [ file git