diff options
| -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 |
