summary refs log tree commit diff stats
path: root/modules/thinkpad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/thinkpad.nix')
-rw-r--r--modules/thinkpad.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/thinkpad.nix b/modules/thinkpad.nix
index 009e3f08..38133d76 100644
--- a/modules/thinkpad.nix
+++ b/modules/thinkpad.nix
@@ -28,4 +28,8 @@
       STOP_CHARGE_THRESH_BAT1=80
     '';
   };
+
+  imports = [
+    ./bare-metal.nix
+  ];
 }