diff options
Diffstat (limited to 'hm/soft/nixcord.nix')
| -rw-r--r-- | hm/soft/nixcord.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/hm/soft/nixcord.nix b/hm/soft/nixcord.nix index a929b2e..a6b4217 100644 --- a/hm/soft/nixcord.nix +++ b/hm/soft/nixcord.nix @@ -17,6 +17,7 @@ in stoat-desktop element-desktop gajim + equibop ]; programs.nixcord = { enable = true; @@ -25,12 +26,12 @@ in autoscroll.enable = true; vencord.enable = false; - # equicord.enable = true; - }; - equibop = { - enable = true; - autoscroll.enable = true; + equicord.enable = true; }; + # equibop = { + # enable = true; + # autoscroll.enable = true; + # }; config = { themeLinks = [ "https://raw.codeberg.page/AllPurposeMat/Disblock-Origin/DisblockOrigin.theme.css" ]; frameless = true; |
