hardware/form: add power saving features to laptop

This commit is contained in:
Infinidoge 2023-08-28 09:06:16 -04:00
parent cb43a8341a
commit 12c6638645

View file

@ -36,6 +36,13 @@ in
};
logind.lidSwitch = mkDefault "ignore";
tlp.enable = mkDefault true;
};
powerManagement = {
powertop.enable = true;
cpuFreqGovernor = mkDefault "powersave";
};
environment = {