From 6508c0af5cea29506d7b3e4dcfe6abc874dd2c8c Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 04:37:55 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 04:37:55 --- home/desktop/nixcord.nix | 3 +++ 1 file changed, 3 insertions(+) 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;