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:
parent
89f99bfeb8
commit
cd11c057b0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ mkTarget {
|
|||
name = "vicinae";
|
||||
humanName = "Vicinae";
|
||||
|
||||
configElements = lib.optionals (options.programs ? vicinae) [
|
||||
configElements = lib.optionals (options.services ? vicinae) [
|
||||
(
|
||||
{ colors, polarity }:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue