about summary refs log tree commit diff
path: root/hardware/thinkpad/default.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-12-30 17:40:41 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-12-30 17:42:17 +0100
commita2339e091a6e1906b8f6488986de1474a5e7b92e (patch)
treec732d47f271120a2b69e1f80277c608dd87d95bb /hardware/thinkpad/default.nix
parentModules: power-save: Add powertop (diff)
downloadnixos-config-a2339e091a6e1906b8f6488986de1474a5e7b92e.tar.gz
nixos-config-a2339e091a6e1906b8f6488986de1474a5e7b92e.tar.bz2
nixos-config-a2339e091a6e1906b8f6488986de1474a5e7b92e.zip
Hardware: Move hardware specific settings from hosts
Diffstat (limited to '')
-rw-r--r--hardware/thinkpad/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hardware/thinkpad/default.nix b/hardware/thinkpad/default.nix
index 226ba89..adc1519 100644
--- a/hardware/thinkpad/default.nix
+++ b/hardware/thinkpad/default.nix
@@ -1,6 +1,11 @@
 { pkgs, ... }:
 {
-  imports = [ ./hardware.nix ];
+  imports = [
+    ./hardware.nix
+
+    ../../modules/power-save
+    ../../modules/bluetooth
+  ];
 
   # nvramtool settings:
   #