From cd11c057b054609b8463c20e6065de424b30b89d Mon Sep 17 00:00:00 2001 From: 0xda157 Date: Fri, 21 Nov 2025 13:32:47 -1000 Subject: [PATCH] vicinae: fix check for vicinae being imported (#2012) Fixes: 89f99bfeb8 ("vicinae: init (#1994)") Link: https://github.com/nix-community/stylix/pull/2012 Tested-by: @anton:gersthof.com on matrix Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/vicinae/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vicinae/hm.nix b/modules/vicinae/hm.nix index 7face1c2..fc17baa3 100644 --- a/modules/vicinae/hm.nix +++ b/modules/vicinae/hm.nix @@ -8,7 +8,7 @@ mkTarget { name = "vicinae"; humanName = "Vicinae"; - configElements = lib.optionals (options.programs ? vicinae) [ + configElements = lib.optionals (options.services ? vicinae) [ ( { colors, polarity }: {