add power-saving module

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-28 22:53:25 +02:00
parent 2745bd1e35
commit a19a3e5cc1
5 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
powerManagement.enable = true;
powerManagement.powertop.enable = true;
services.power-profiles-daemon.enable = true;
services.thermald.enable = true;
services.upower.enable = true;
}