Enable power management tools

This commit is contained in:
Kiana Sheibani 2023-09-21 23:43:27 -04:00
parent d845c4f144
commit 338a26c942

View file

@ -7,4 +7,8 @@ lib.mkIf (config.platform == "laptop") {
percentageLow = 15; percentageLow = 15;
percentageCritical = 5; percentageCritical = 5;
}; };
# Power and temperature management tools
services.thermald.enable = true;
services.tlp.enable = true;
} }