diff options
Diffstat (limited to 'users/tazjin/nixos/modules/laptop.nix')
-rw-r--r-- | users/tazjin/nixos/modules/laptop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix index e0d67dc25989..2a18d8579236 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -10,6 +10,7 @@ # Enable power-saving features. services.tlp.enable = true; + powerManagement.powertop.enable = true; programs.light.enable = true; } |