chore(discord): re-enable

This commit is contained in:
2025-11-05 05:31:17 -07:00
parent c73439d759
commit d4460af2d6
4 changed files with 34 additions and 32 deletions

View File

@@ -9,6 +9,8 @@ in {
config = lib.mkIf cfg.enable {
sydnix.discord.enable = true;
stylix.targets.nixcord.enable = true;
programs.nixcord = {
quickCss = ''
/* Hide guild tags. */
@@ -23,7 +25,7 @@ in {
themeLinks = [
# Compact++ (Default) — Themes Discord to look more like a typical IRC
# client.
"https://gitlab.com/api/v4/projects/52800868/snippets/3628352/files/main/compactplusplus-default.theme.css/raw"
"https://grzesiek11.stary.pc.pl/files/builds/compactpp/latest/compactpp-ultraclean.theme.css"
];
plugins = {
ircColors.enable = true;