summaryrefslogtreecommitdiff
path: root/home/programs/nixcord.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-06 14:29:51 +0100
committeradikro <adikro@disroot.org>2025-12-06 14:29:51 +0100
commit4cf79fcc579909d334a81b23c1578daa41fff691 (patch)
tree2d6386265e4a41efed0d5e5b3c8c2bdc29efb527 /home/programs/nixcord.nix
parent611576f9ee5232dfc399843c12dfeed5d58ec9ad (diff)
changes necessary for a nix update
Diffstat (limited to 'home/programs/nixcord.nix')
-rw-r--r--home/programs/nixcord.nix5
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;