clan-core: add clan meta for ui usage
This commit is contained in:
committed by
hsjobeki
parent
2ac4294ff9
commit
c7008fd302
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user