add templates for external configs

This commit is contained in:
UGA Innovation Factory
2025-12-16 16:09:08 -05:00
parent e03199df28
commit 7e7e0f9676
16 changed files with 1097 additions and 23 deletions

View File

@@ -105,5 +105,8 @@
modules = import ./installer/modules.nix { inherit inputs; };
in
modules.homeModules or { };
# Templates for external configurations
templates = import ./templates;
};
}