remove stevenblack as it caused issues with aspire; lock nix vdcode as it had a bad commit; more aggresively gc; add openrgb; add wifi kernel options (not sure this even helps); add kodi to tux

This commit is contained in:
2025-02-20 12:35:36 +00:00
parent b05de0fb22
commit b1199a7eda
6 changed files with 35 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.auto-optimise-store = true;
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 30d";
nix.gc.options = "--delete-older-than 7d";
# programs.nix-ld = {
# enable = true;