init templates

This commit is contained in:
jackjohn7 2026-04-12 02:46:16 -05:00
parent c41685983f
commit 93bff3aade
7 changed files with 345 additions and 0 deletions

9
modules/templates.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }:
{
flake.templates = {
generic = {
path = ../templates/generic;
description = "A generic dendritic flake using patterns I enjoy";
};
};
}