templates: consistent templates, remove deprecated things
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user