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

@@ -91,6 +91,11 @@
preset = 1;
};
};
kodi = {
enable = true;
package = pkgs.kodi.withPackages (exts: [ exts.pvr-iptvsimple ]);
};
};
systemd.user = {