Added Thinkpad fan controls
This commit is contained in:
parent
241c98eb32
commit
a0725d81f8
|
@ -22,4 +22,9 @@
|
||||||
|
|
||||||
hardware.opengl.extraPackages = with pkgs; [ vaapiIntel ];
|
hardware.opengl.extraPackages = with pkgs; [ vaapiIntel ];
|
||||||
nix.maxJobs = lib.mkDefault 4;
|
nix.maxJobs = lib.mkDefault 4;
|
||||||
|
|
||||||
|
services.thinkfan = {
|
||||||
|
enable = true;
|
||||||
|
smartSupport = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue