diff --git a/hosts/laptop/variables.nix b/hosts/laptop/variables.nix index b1154f3..ca19902 100644 --- a/hosts/laptop/variables.nix +++ b/hosts/laptop/variables.nix @@ -20,7 +20,7 @@ }; autoUpgrade = false; - autoGarbageCollector = false; + autoGarbageCollector = true; # Choose your theme variables here theme = import ../../themes/var/whitish.nix;