Chore: move 'icon','name' into 'clan.core.settings' submodule

This commit is contained in:
Johannes Kirschbauer
2024-12-31 15:17:52 +01:00
parent 69e378b65e
commit 28a608cd2a
4 changed files with 41 additions and 25 deletions

View File

@@ -82,16 +82,14 @@ let
# Settings
clan.core.settings = {
inherit directory;
inherit (config.inventory.meta) name icon;
machine = {
inherit name;
};
};
# clan.core.settings.directory = directory;
# Inherited from clan wide settings
# TODO: remove these
clan.core.name = config.inventory.meta.name;
clan.core.icon = config.inventory.meta.icon;
# Machine specific settings
# clan.core.settings.machine.name = name;