diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-03-06 21:37:34 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-03-06 21:37:34 +0530 |
| commit | 0de067092c9dd19c3352554e39de73e172f29b42 (patch) | |
| tree | 4175503766405733846687efdb29657bb322dccd /common/modules/matugen/templates/default.nix | |
| parent | f1de2014dcd426e015a2638222160d9d349ea4e5 (diff) | |
Add modules
Diffstat (limited to 'common/modules/matugen/templates/default.nix')
| -rw-r--r-- | common/modules/matugen/templates/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/modules/matugen/templates/default.nix b/common/modules/matugen/templates/default.nix new file mode 100644 index 0000000..d170adb --- /dev/null +++ b/common/modules/matugen/templates/default.nix @@ -0,0 +1,4 @@ +{ importer, ... }: +{ + imports = importer ./.; +} |
