From 5e24d3dfb726af671ff1f1fa540438a4aa1f19f8 Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 19 Mar 2026 14:22:43 -0400 Subject: home-manager: use quickCss to set discord theme --- home-manager/features/gui/apps/discord.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home-manager/features/gui/apps/discord.nix b/home-manager/features/gui/apps/discord.nix index ff33f6b..c0d74c6 100644 --- a/home-manager/features/gui/apps/discord.nix +++ b/home-manager/features/gui/apps/discord.nix @@ -10,17 +10,17 @@ in { equibop = { enable = true; settings = { - minimizeToTray = false; # Fully close discord when the window is closed. + minimizeToTray = false; # Fully close discord when the window is closed. BROKEN }; }; + quickCss = '' + @import url(https://refact0r.github.io/system24/build/system24.css) + ''; config = { useQuickCss = true; - themeLinks = [ "https://refact0r.github.io/system24/build/system24.css" ]; - enabledThemes = [ "https://refact0r.github.io/system24/build/system24" ]; - disableMinSize = true; # make the window any size + disableMinSize = true; # make the window any size. BROKEN plugins = { homeTyping.enable = true; # Typing icon replaces home icon when someone is typing in dms - keyboardNavigation.enable = true; # Adds command palette for keyboard nav findReply.enable = true; # Adds a button to find the earliest reply in a chain. youtubeAdblock.enable = true; # Block ads in youtube embeds ClearURLs.enable = true; # Remove trackers from URLs like amazon -- cgit v1.2.3