summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/hm/default.nix4
-rw-r--r--modules/hm/sils/default.nix4
2 files changed, 7 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
+  ];
 }
diff --git a/modules/hm/sils/default.nix b/modules/hm/sils/default.nix
new file mode 100644
index 0000000..65740a9
--- /dev/null
+++ b/modules/hm/sils/default.nix
@@ -0,0 +1,4 @@
+{...}: {
+  imports = [
+  ];
+}