revert Merge pull request 'revert_templates' (#4132) from Qubasa/clan-core:revert_templates into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4132
This commit is contained in:
hsjobeki
2025-06-29 09:13:57 +00:00
committed by Johannes Kirschbauer
parent d7dcb55001
commit a27321a826
29 changed files with 170 additions and 569 deletions

View File

@@ -25,20 +25,18 @@
clan = {
default = {
description = "Initialize a new clan flake";
path = ./clan/new-clan;
path = ./clan/default;
};
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;
};
};
};
};