From 14f04b488de4ad5ddfde2469243f5899cfb65dfd Mon Sep 17 00:00:00 2001 From: _cry64 Date: Thu, 26 Mar 2026 09:53:37 +1000 Subject: [PATCH] fix nixcord config again... --- homes/modules/apps/nixcord.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homes/modules/apps/nixcord.nix b/homes/modules/apps/nixcord.nix index f614844..ff9ce6d 100644 --- a/homes/modules/apps/nixcord.nix +++ b/homes/modules/apps/nixcord.nix @@ -98,8 +98,8 @@ serverListIndicators.enable = true; musicControls = { enable = true; - showSpotifyControls.enable = true; - showSpotifyLyrics.enable = true; + showSpotifyControls = true; + showSpotifyLyrics = true; }; showHiddenChannels.enable = true; showHiddenThings.enable = true;