Skip to content

Commit

Permalink
Enable thermald and tlp on laptops
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 28, 2024
1 parent aad8570 commit 7d4ccc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/roles/laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ in
lidSwitchExternalPower = "lock";
};

thermald.enable = true;
tlp.enable = true;
upower.enable = true;

xserver = {
Expand Down

0 comments on commit 7d4ccc0

Please sign in to comment.