templates: consistent templates, remove deprecated things

This commit is contained in:
Johannes Kirschbauer
2025-07-02 11:57:30 +02:00
parent a27321a826
commit f0c5a8c84a
13 changed files with 129 additions and 165 deletions

View File

@@ -24,17 +24,17 @@
clan = {
default = {
description = "Initialize a new clan flake";
description = "Initialize a new clan";
path = ./clan/default;
};
classic = {
description = "Initialize a new clan flake (no flake-parts)";
path = ./clan/classic;
flake-parts = {
description = "Initialize a new clan (flake-parts)";
path = ./clan/flake-parts;
};
minimal = {
description = "for clans managed via (G)UI";
description = "Minimal Clan";
path = ./clan/minimal;
};
};