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 = {