From 4d739a72fb3f1676ffffac2a41cc0393fb2fcc9d Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sun, 7 Apr 2024 18:13:13 +0200 Subject: modules/hm: introduce sils namespace --- modules/hm/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/hm/default.nix') 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 + ]; } -- cgit v1.3.1