From 8de6cbe359d67c2a07aba7d0812550ec4107d76e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 30 Mar 2025 11:33:25 +0800 Subject: [PATCH] users/foo-dogsquared: add Nix garbage collection --- configs/home-manager/foo-dogsquared/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/home-manager/foo-dogsquared/default.nix b/configs/home-manager/foo-dogsquared/default.nix index 6930a368..08bfe942 100644 --- a/configs/home-manager/foo-dogsquared/default.nix +++ b/configs/home-manager/foo-dogsquared/default.nix @@ -101,6 +101,13 @@ in { }; }; + # GARBAGE DAY! + nix.gc = { + automatic = true; + frequency = "weekly"; + randomizedDelaySec = "5m"; + }; + # Set the profile picture. Most of the desktop environments should support # this. home.file.".face".source = ./files/logo.png;