meh fan control stuff removed

This commit is contained in:
Matt Nish-Lapidus 2025-05-30 15:36:10 -04:00
parent 6c3e172b45
commit f2a45f20dd
2 changed files with 16 additions and 17 deletions

View file

@ -210,6 +210,10 @@
};
hardware = {
# fancontrol = {
# enable = true;
# config = "";
# };
sane = {
enable = true;
extraBackends = [
@ -451,11 +455,6 @@
programs.ssh.startAgent = true;
programs.coolercontrol = {
enable = true;
nvidiaSupport = true;
};
programs.npm = {
enable = true;
npmrc = "prefix=~/.npm-packages";