diff --git a/users/alice/home.nix b/users/alice/home.nix index 9744ec6..58c37e4 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -167,5 +167,11 @@ secrets."alice/wakatime-api-key".path = "/home/alice/.config/doom/wakatime"; }; + nix.gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 30d"; + }; + home.stateVersion = "23.11"; }