fix ppd power saver on laptop
This commit is contained in:
parent
c061a610a2
commit
0b206c52b4
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ in {
|
||||||
settings.dynamic_tuning = lib.mkDefault true;
|
settings.dynamic_tuning = lib.mkDefault true;
|
||||||
ppdSettings.battery = lib.mkIf cfg.battery {
|
ppdSettings.battery = lib.mkIf cfg.battery {
|
||||||
balanced = lib.mkDefault "laptop-battery-powersave";
|
balanced = lib.mkDefault "laptop-battery-powersave";
|
||||||
|
power-saver = lib.mkDefault "laptop-battery-powersave";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue