diff --git a/common/desktop.nix b/common/desktop.nix index 0603570..736d0cc 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -78,6 +78,11 @@ # $ nix search wget # allow non-free packages nixpkgs.config.allowUnfree = true; + nix.gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 7d"; + }; # enable steam programs.steam.enable = true; @@ -105,6 +110,7 @@ ranger rofi source-code-pro + source-highlight terminator tree vim