feat: Add templates for external configs

This commit is contained in:
UGA Innovation Factory
2025-12-16 16:09:08 -05:00
committed by Hunter Halloran
parent f658a4a5cc
commit 11edaada84
17 changed files with 1102 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;
};
}