9 lines
170 B
Nix
9 lines
170 B
Nix
{ ... }:
|
|
{
|
|
flake.templates = {
|
|
generic = {
|
|
path = ../templates/generic;
|
|
description = "A generic dendritic flake using patterns I enjoy";
|
|
};
|
|
};
|
|
}
|