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";