diff options
| author | adikro <adikro@disroot.org> | 2026-01-06 22:34:59 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-06 22:34:59 +0100 |
| commit | 1abd23db1e18266ffe8035daea1aa3153e736428 (patch) | |
| tree | d587898eec255dbed6c9ce1079abe769aac6fdab /hm/soft/nixcord.nix | |
| parent | 96b694b5251957bc6d33760462d28ee4864b0353 (diff) | |
mpv fixed, configured swaylock, and a lot of other stuff
Diffstat (limited to 'hm/soft/nixcord.nix')
| -rw-r--r-- | hm/soft/nixcord.nix | 5 |
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; |
