summary refs log tree commit diff stats
path: root/modules/x250.nix
diff options
context:
space:
mode:
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 a6509bf1..e163ec4f 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
+  ];
 }