This commit is contained in:
atagen 2024-03-06 12:13:53 +11:00
parent c8fbd61e36
commit 5152ec17aa
2 changed files with 11 additions and 0 deletions

View file

@ -23,6 +23,12 @@ in {
inputs.nix-index-database.hmModules.nix-index
];
nix.gc = {
automatic = true;
frequency = "weekly";
options = "--delete-older-than 7d";
};
home.packages = with pkgs;
[
thunderbird