Update configuration.nix

This commit is contained in:
ska
2025-12-26 19:26:30 +00:00
parent 26e33ad73f
commit 9950da0cdc

View File

@@ -109,6 +109,22 @@
hardware.bluetooth.enable = true;
############################################################
# GARBAGE COLLECTION
############################################################
nix = {
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 14d";
};
settings = {
auto-optimise-store = true;
};
};
############################################################
# DESKTOP - GNOME OR KDE
############################################################