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