1
0
forked from clan/clan-core

set default template

This commit is contained in:
Jörg Thalheim 2023-08-30 13:28:21 +02:00
parent af38408a3e
commit e5db26d4b6

View File

@ -1,8 +1,9 @@
{
{ self, ... }: {
flake.templates = {
new-clan = {
description = "Initialize a new clan flake";
path = ./new-clan;
};
default = self.templates.new-clan;
};
}