diff --git a/home/desktop/nixcord.nix b/home/desktop/nixcord.nix index 364aeec..9cb4f29 100644 --- a/home/desktop/nixcord.nix +++ b/home/desktop/nixcord.nix @@ -26,6 +26,9 @@ frameless = true; # Set some Vencord/Equicord options }; equibopConfig = { + enabledThemes = [ + "https://catppuccin.github.io/discord/dist/catppuccin-mocha-mauve.theme.css" + ]; plugins = { AlwaysTrust.enabled = true; BetterSessions.enabled = true;