fix
This commit is contained in:
@@ -136,7 +136,7 @@ in {
|
|||||||
$OCC config:app:set theming url --value="https://${containerCfg.subdomain}.${serverCfg.hostDomain}"
|
$OCC config:app:set theming url --value="https://${containerCfg.subdomain}.${serverCfg.hostDomain}"
|
||||||
${lib.optionalString (containerCfg.extra ? name) ''$OCC config:app:set theming name --value="${containerCfg.extra.name}"''}
|
${lib.optionalString (containerCfg.extra ? name) ''$OCC config:app:set theming name --value="${containerCfg.extra.name}"''}
|
||||||
${lib.optionalString (containerCfg.extra ? slogan) ''$OCC config:app:set theming slogan --value="${containerCfg.extra.slogan}"''}
|
${lib.optionalString (containerCfg.extra ? slogan) ''$OCC config:app:set theming slogan --value="${containerCfg.extra.slogan}"''}
|
||||||
$OCC config:app:set theming color --value="${serverCfg.colorScheme}"
|
$OCC config:app:set theming color --value="${serverCfg.colorScheme.palette.base0C}"
|
||||||
|
|
||||||
#$OCC theming:config logo {serverCfg.colorScheme.logo}
|
#$OCC theming:config logo {serverCfg.colorScheme.logo}
|
||||||
#$OCC theming:config logoheader {serverCfg.colorScheme.logo}
|
#$OCC theming:config logoheader {serverCfg.colorScheme.logo}
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ let
|
|||||||
type = types.attrs; #default = {};# };
|
type = types.attrs; #default = {};# };
|
||||||
#};
|
#};
|
||||||
# };
|
# };
|
||||||
default = (lib.evalModules { modules =[ { freeformType = with lib.types; attrsOf anything; } ../colors ];}).config ;
|
default = (lib.evalModules { modules =[ { freeformType = with lib.types; attrsOf anything; } ../colors ];}).config.colorScheme ;
|
||||||
};
|
};
|
||||||
containers = mkOption {
|
containers = mkOption {
|
||||||
type = types.attrsOf (types.submodule {
|
type = types.attrsOf (types.submodule {
|
||||||
|
|||||||
Reference in New Issue
Block a user