diff options
Diffstat (limited to 'home/programs/nixcord.nix')
| -rw-r--r-- | home/programs/nixcord.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/programs/nixcord.nix b/home/programs/nixcord.nix index ddd648a..d7978af 100644 --- a/home/programs/nixcord.nix +++ b/home/programs/nixcord.nix @@ -1,8 +1,9 @@ -{ inputs, ... }: +{ inputs, pkgs, ... }: { imports = [ inputs.nixcord.homeModules.nixcord ]; programs.nixcord = { enable = true; + package = pkgs.discord-krisp; discord = { enable = true; vencord.enable = false; @@ -50,7 +51,7 @@ customTimestamps.enable = true; disableCallIdle.enable = true; disableDeepLinks.enable = true; - dontFilterMe.enable = true; + # dontFilterMe.enable = true; dontRoundMyTimestamps.enable = true; equicordHelper = { enable = true; |
