From 4cf79fcc579909d334a81b23c1578daa41fff691 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 6 Dec 2025 14:29:51 +0100 Subject: changes necessary for a nix update --- home/programs/nixcord.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'home/programs') 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; -- cgit v1.3