summary refs log tree commit diff stats
path: root/modules/t470s.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/t470s.nix
parentb48da7c8cafca69b44b2d39f36761647f393e069 (diff)
downloadnixfiles-496b4ed379afe7f1e0563243a0a5efe0857fe3bb.tar.lz
nixfiles-496b4ed379afe7f1e0563243a0a5efe0857fe3bb.tar.zst
nixfiles-496b4ed379afe7f1e0563243a0a5efe0857fe3bb.zip
Create nested module hierarchy
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
+  ];
 }