enable auto gc

This commit is contained in:
Hadi
2025-01-02 18:30:54 +01:00
parent 87cf8f6bfa
commit 70baebf547

View File

@@ -20,7 +20,7 @@
}; };
autoUpgrade = false; autoUpgrade = false;
autoGarbageCollector = false; autoGarbageCollector = true;
# Choose your theme variables here # Choose your theme variables here
theme = import ../../themes/var/whitish.nix; theme = import ../../themes/var/whitish.nix;