Added Thinkpad fan controls

This commit is contained in:
Serĉanto de Scio 2019-12-11 01:03:18 +10:00
parent 241c98eb32
commit a0725d81f8
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -22,4 +22,9 @@
hardware.opengl.extraPackages = with pkgs; [ vaapiIntel ];
nix.maxJobs = lib.mkDefault 4;
services.thinkfan = {
enable = true;
smartSupport = true;
};
}