nixconf/modules/templates.nix
2026-04-12 02:46:16 -05:00

9 lines
170 B
Nix

{ ... }:
{
flake.templates = {
generic = {
path = ../templates/generic;
description = "A generic dendritic flake using patterns I enjoy";
};
};
}