diff options
-rw-r--r-- | modules/hardware/laptop.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index e90f4f1..17e27b6 100644 --- a/modules/hardware/laptop.nix +++ b/modules/hardware/laptop.nix @@ -58,6 +58,10 @@ enable = true; extraConfig = '' CPU_SCALING_GOVERNOR_ON_BAT=powersave + ENERGY_PERF_POLICY_ON_BAT="balance_power" + + SOUND_POWER_SAVE_ON_AC=60 + DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wwan" ''; }; |