templates: initial templates config

This commit is contained in:
ooks-io 2024-11-19 11:26:21 +11:00
parent ecbb5c8700
commit 151da369a0
10 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
flake.templates = {
default = {
path = ./basic;
description = "Default project template";
};
go = {
path = ./go;
description = "Basic go template";
};
};
}