diff options
| author | adikro <adikro@disroot.org> | 2025-12-06 14:29:51 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-06 14:29:51 +0100 |
| commit | 4cf79fcc579909d334a81b23c1578daa41fff691 (patch) | |
| tree | 2d6386265e4a41efed0d5e5b3c8c2bdc29efb527 /home/programs | |
| parent | 611576f9ee5232dfc399843c12dfeed5d58ec9ad (diff) | |
changes necessary for a nix update
Diffstat (limited to 'home/programs')
| -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; |
