diff --git a/base.nix b/base.nix index 69356bd..96770ab 100644 --- a/base.nix +++ b/base.nix @@ -16,6 +16,9 @@ keyMap = "no"; }; + system.autoUpgrade.enable = true; + nix.gc.automatic = true; + environment.systemPackages = with pkgs; [ git vim