init templates
This commit is contained in:
parent
c41685983f
commit
93bff3aade
7 changed files with 345 additions and 0 deletions
9
modules/templates.nix
Normal file
9
modules/templates.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
flake.templates = {
|
||||
generic = {
|
||||
path = ../templates/generic;
|
||||
description = "A generic dendritic flake using patterns I enjoy";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue