summary refs log tree commit diff stats
path: root/modules/laptop.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/laptop.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/laptop.nix')
-rw-r--r--modules/laptop.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/laptop.nix b/modules/laptop.nix
index f0c88e7..c50c28e 100644
--- a/modules/laptop.nix
+++ b/modules/laptop.nix
@@ -70,4 +70,8 @@
 
   systemd.services.nixos-upgrade.unitConfig.ConditionACPower = true;
   systemd.services.nix-gc.unitConfig.ConditionACPower = true;
+
+  imports = [
+    ./user-interface.nix
+  ];
 }