Inventory: add new module class: class='clan'

This commit is contained in:
Johannes Kirschbauer
2025-02-04 15:06:25 +07:00
parent 4878b773cb
commit 9d06dec7d0
8 changed files with 259 additions and 123 deletions

View File

@@ -0,0 +1,10 @@
{
lib,
config,
clan-core,
...
}:
{
# Just some random stuff
config.user.user = lib.mapAttrs clan-core.users.root;
}