diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-19 14:22:43 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-19 14:22:43 -0400 |
| commit | 5e24d3dfb726af671ff1f1fa540438a4aa1f19f8 (patch) | |
| tree | 5ebf839f078953fd77ee80945cb0bd7fe248a346 /home-manager/features/gui/apps/discord.nix | |
| parent | f34680385f60b449cbb2472e641a3742024b54ea (diff) | |
home-manager: use quickCss to set discord theme
Diffstat (limited to 'home-manager/features/gui/apps/discord.nix')
| -rw-r--r-- | home-manager/features/gui/apps/discord.nix | 10 |
1 files 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 |
