summary refs log tree commit diff stats
path: root/modules/hm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/hm/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/hm/default.nix b/modules/hm/default.nix
index d854dcc..2d05002 100644
--- a/modules/hm/default.nix
+++ b/modules/hm/default.nix
@@ -1,3 +1,5 @@
 {...}: {
-  imports = [];
+  imports = [
+    ./sils
+  ];
 }