diff options
| author | adikro <adikro@disroot.org> | 2026-03-14 18:31:25 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-14 18:31:25 +0100 |
| commit | 8eb0e90219a4de87d8d476e15329e14720f091c6 (patch) | |
| tree | f2ef91f5b6c1429e3cfd4448e67afd347aee610d /hm/soft/nixcord.nix | |
| parent | f0c0e311c003057f24d8045509a627ad2acab978 (diff) | |
added fprint support, downgraded vr version
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; |
