summary refs log tree commit diff stats
path: root/modules/x250.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/x250.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/x250.nix')
-rw-r--r--modules/x250.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/x250.nix b/modules/x250.nix
index a6509bf..e163ec4 100644
--- a/modules/x250.nix
+++ b/modules/x250.nix
@@ -31,4 +31,9 @@
     SATA_LINKPWR_ON_BAT=medium_power
     SATA_LINKPWR_BLACKLIST="host1"
   '';
+
+  imports = [
+    ./intel-gpu.nix
+    ./thinkpad.nix
+  ];
 }