summary refs log tree commit diff stats
path: root/modules/thinkpad.nix
diff options
context:
space:
mode:
authorAlan Pearce2017-09-23 10:36:42 +0200
committerAlan Pearce2017-09-23 10:36:42 +0200
commit496b4ed379afe7f1e0563243a0a5efe0857fe3bb (patch)
treeeb8a416b7fe6d36f9cb732e06e120ccde9e500a1 /modules/thinkpad.nix
parentb48da7c8cafca69b44b2d39f36761647f393e069 (diff)
downloadnixos-configuration-496b4ed379afe7f1e0563243a0a5efe0857fe3bb.tar.lz
nixos-configuration-496b4ed379afe7f1e0563243a0a5efe0857fe3bb.tar.zst
nixos-configuration-496b4ed379afe7f1e0563243a0a5efe0857fe3bb.zip
Create nested module hierarchy
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 009e3f0..38133d7 100644
--- a/modules/thinkpad.nix
+++ b/modules/thinkpad.nix
@@ -28,4 +28,8 @@
       STOP_CHARGE_THRESH_BAT1=80
     '';
   };
+
+  imports = [
+    ./bare-metal.nix
+  ];
 }