summaryrefslogtreecommitdiff
path: root/nixos/systems/thinkpad-laptop/system.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-15 09:10:07 -0400
committertriethyl <triethylammonium@pm.me>2025-10-15 09:10:07 -0400
commit45d5d5d7e81df8d18907adaa2b7ddc2cc01c1bba (patch)
tree4ee5c1f3a11cefdfd8927917e7a7b9f848f6391e /nixos/systems/thinkpad-laptop/system.nix
parentd8b63b8cb6dbc0defec3d535a8bb002e211c7fae (diff)
features: added tlp
Diffstat (limited to 'nixos/systems/thinkpad-laptop/system.nix')
-rw-r--r--nixos/systems/thinkpad-laptop/system.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/systems/thinkpad-laptop/system.nix b/nixos/systems/thinkpad-laptop/system.nix
index 28ff384..67a2ba6 100644
--- a/nixos/systems/thinkpad-laptop/system.nix
+++ b/nixos/systems/thinkpad-laptop/system.nix
@@ -44,6 +44,7 @@
services = {
core.systemd-boot.enable = true;
hardware = {
+ tlp.enable = true;
bluetooth.enable = true;
iwd.enable = true;
pipewire.enable = true;