modules: move clan module to flake.modules.clan.default

This commit is contained in:
Johannes Kirschbauer
2025-06-26 17:06:46 +02:00
parent 5f4775ef10
commit f6de6632e4
8 changed files with 20 additions and 17 deletions

View File

@@ -9,8 +9,6 @@ clan-core:
let
inherit (lib) types;
clanLib = clan-core.clanLib;
in
{
# Backwards compatibility
@@ -37,7 +35,7 @@ in
# inventoryInterface = {};
};
modules = [
clanLib.module
clan-core.modules.clan.default
];
};
};