fix unwrap mkif so json does not contain if
This commit is contained in:
parent
b7ee4e2dbb
commit
a2065bff51
1 changed files with 2 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue