Revert "Cleanup templates"

This reverts commit a3a81a959a.
This commit is contained in:
Qubasa
2025-06-28 22:42:39 +07:00
parent 277ef4f946
commit 3a772a5f56
22 changed files with 377 additions and 110 deletions

View File

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