feat(discord): Hide guild tags

This commit is contained in:
2025-06-13 23:23:19 -06:00
parent 3e74aa18d6
commit da1fda7eda
2 changed files with 17 additions and 5 deletions

View File

@@ -10,7 +10,16 @@ in {
sydnix.discord.enable = true;
programs.nixcord = {
quickCss = ''
/* Hide guild tags. */
span > .clanTagChiplet_c19a55
, .clanTag__972a0
, .chipletContainerInner__10651
{ display: none !important
}
'';
config = {
useQuickCss = true;
themeLinks = [
# Compact++ (Default) — Themes Discord to look more like a typical IRC
# client.