reNixos/s0melapt0p-nix/services/thinkfan.nix
2025-04-27 12:47:02 +03:00

8 lines
127 B
Nix

{...}: {
services = {
thinkfan = {
enable = true;
smartSupport = true;
};
};
}