enable auto gc

Former-commit-id: 70baebf547
This commit is contained in:
Hadi
2025-01-02 18:30:54 +01:00
parent 0362bbec14
commit 4532330c0c

View File

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