From a2065bff51155edb20d0c0895f2dda88897bae1d Mon Sep 17 00:00:00 2001 From: Damocles Date: Sat, 11 Apr 2026 23:43:28 +0200 Subject: [PATCH] fix unwrap mkif so json does not contain if --- nix/hm-module.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index c6206f2..893015c 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -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 = {