clan-core: add clan meta for ui usage

This commit is contained in:
Johannes Kirschbauer
2024-05-31 17:22:38 +02:00
committed by hsjobeki
parent 2ac4294ff9
commit c7008fd302
9 changed files with 167 additions and 19 deletions

View File

@@ -5,6 +5,10 @@
description = "Initialize a new clan flake";
path = ./new-clan;
};
empty = {
description = "A empty clan template. Primarily for usage with the clan ui";
path = ./empty;
};
default = self.templates.new-clan;
};
}