summaryrefslogtreecommitdiff
path: root/nixos/systems
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/systems')
-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;