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>
This commit is contained in:
0xda157 2025-11-21 13:32:47 -10:00 committed by GitHub
parent 89f99bfeb8
commit cd11c057b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ mkTarget {
name = "vicinae";
humanName = "Vicinae";
configElements = lib.optionals (options.programs ? vicinae) [
configElements = lib.optionals (options.services ? vicinae) [
(
{ colors, polarity }:
{