feat: Remove all templates

This commit is contained in:
ulic-youthlic 2025-11-11 18:11:23 +08:00
parent 2dc1820934
commit 9eb1fadd32
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
36 changed files with 0 additions and 3056 deletions

View file

@ -1,17 +0,0 @@
{
flake-parts-lib,
lib,
rootPath,
...
}: {
options = {
flake = flake-parts-lib.mkSubmoduleOptions {
templates = lib.mkOption {
type = lib.types.lazyAttrsOf lib.types.raw;
};
};
};
config = {
flake.templates = import (rootPath + "/templates");
};
}