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;