fix unwrap mkif so json does not contain if

This commit is contained in:
Damocles 2026-04-11 23:43:28 +02:00
parent b7ee4e2dbb
commit a2065bff51

View file

@ -10,7 +10,7 @@ let
stylixAvailable = config ? lib && config.lib ? stylix;
stylixTheme = lib.mkIf stylixAvailable (
stylixTheme =
let
c = config.lib.stylix.colors.withHashtag;
f = config.stylix.fonts;
@ -40,8 +40,7 @@ let
fontSize = f.sizes.desktop;
barOpacity = 1.0 - config.stylix.opacity.desktop;
iconFontFamily = "Symbols Nerd Font";
}
);
};
in
{
options.programs.nova-shell = {