summary refs log tree commit diff stats
path: root/modules/t470s.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/t470s.nix')
-rw-r--r--modules/t470s.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/t470s.nix b/modules/t470s.nix
index 34d7f9e3..394df773 100644
--- a/modules/t470s.nix
+++ b/modules/t470s.nix
@@ -16,4 +16,9 @@
   environment.systemPackages = with pkgs; [
     nvme-cli
   ];
+
+  imports = [
+    ./intel-gpu.nix
+    ./thinkpad.nix
+  ];
 }