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;
|
stylixAvailable = config ? lib && config.lib ? stylix;
|
||||||
|
|
||||||
stylixTheme = lib.mkIf stylixAvailable (
|
stylixTheme =
|
||||||
let
|
let
|
||||||
c = config.lib.stylix.colors.withHashtag;
|
c = config.lib.stylix.colors.withHashtag;
|
||||||
f = config.stylix.fonts;
|
f = config.stylix.fonts;
|
||||||
|
|
@ -40,8 +40,7 @@ let
|
||||||
fontSize = f.sizes.desktop;
|
fontSize = f.sizes.desktop;
|
||||||
barOpacity = 1.0 - config.stylix.opacity.desktop;
|
barOpacity = 1.0 - config.stylix.opacity.desktop;
|
||||||
iconFontFamily = "Symbols Nerd Font";
|
iconFontFamily = "Symbols Nerd Font";
|
||||||
}
|
};
|
||||||
);
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.programs.nova-shell = {
|
options.programs.nova-shell = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue