From 463beff6e3dd8899b94c0464a013e3ec46dbe246 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Thu, 26 Mar 2026 09:33:43 +1000 Subject: [PATCH] fix nixcord config layout changed --- homes/modules/apps/nixcord.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/homes/modules/apps/nixcord.nix b/homes/modules/apps/nixcord.nix index 672e5a6..f614844 100644 --- a/homes/modules/apps/nixcord.nix +++ b/homes/modules/apps/nixcord.nix @@ -5,7 +5,7 @@ programs.nixcord = { enable = true; - equibop.enable = true; + # equibop.enable = true; discord = { vencord.enable = false; @@ -18,6 +18,7 @@ "base16-colors.css" ]; plugins = { + invisibleChat.enable = true; anonymiseFileNames = { enable = true; anonymiseByDefault = true; @@ -68,7 +69,6 @@ forwardAnywhere.enable = true; spotifyCrack.enable = true; spotifyShareCommands.enable = true; - spotifyControls.enable = true; fullUserInChatbox.enable = true; gifPaste.enable = true; ignoreActivities = { @@ -96,6 +96,11 @@ revealAllSpoilers.enable = true; serverInfo.enable = true; serverListIndicators.enable = true; + musicControls = { + enable = true; + showSpotifyControls.enable = true; + showSpotifyLyrics.enable = true; + }; showHiddenChannels.enable = true; showHiddenThings.enable = true; showTimeoutDuration = { @@ -133,7 +138,6 @@ whoReacted.enable = true; whosWatching.enable = true; quickReply.enable = true; - questCompleter.enable = true; shikiCodeblocks = { enable = true; useDevIcon = "COLOR";