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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user