hardware/form: add power saving features to laptop
This commit is contained in:
parent
cb43a8341a
commit
12c6638645
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,13 @@ in
|
|||
};
|
||||
|
||||
logind.lidSwitch = mkDefault "ignore";
|
||||
|
||||
tlp.enable = mkDefault true;
|
||||
};
|
||||
|
||||
powerManagement = {
|
||||
powertop.enable = true;
|
||||
cpuFreqGovernor = mkDefault "powersave";
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue