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 +++- modules/hm/sils/default.nix | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 modules/hm/sils/default.nix (limited to 'modules/hm') 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 = [ + ]; +} -- cgit 1.4.1