summaryrefslogtreecommitdiff
path: root/hm/soft/nixcord.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/nixcord.nix')
-rw-r--r--hm/soft/nixcord.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hm/soft/nixcord.nix b/hm/soft/nixcord.nix
index 8c2f002..2f12aca 100644
--- a/hm/soft/nixcord.nix
+++ b/hm/soft/nixcord.nix
@@ -1,4 +1,4 @@
-{ inputs, config, lib, pkgs, ... }:
+{ inputs, config, lib, ... }:
let
cfg = config.hm.soft.nixcord;
in
@@ -11,7 +11,6 @@ in
enable = true;
discord = {
enable = true;
- package = pkgs.discord-krisp;
autoscroll.enable = true;
vencord.enable = false;
@@ -25,7 +24,7 @@ in
frameless = true;
plugins = {
ClearURLs.enable = true;
- NoRPC.enable = true;
+ RPCEditor.enable = true;
OnePingPerDM.enable = true;
PinDMs = { enable = true; canCollapseDmSection = true; };
SaveFavoriteGIFs.enable = true;