From 8a811993873de4b7d3ee7d86ec6b30e37423aa8d Mon Sep 17 00:00:00 2001 From: foxora Date: Wed, 18 Feb 2026 15:18:54 +0000 Subject: [PATCH] i dont like my typing indicator :3 --- homes/modules/programs/nixcord.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/modules/programs/nixcord.nix b/homes/modules/programs/nixcord.nix index 7e22a19..dd55e91 100644 --- a/homes/modules/programs/nixcord.nix +++ b/homes/modules/programs/nixcord.nix @@ -104,7 +104,7 @@ }; silentTyping = { enable = true; - enabledGlobally = false; + enabledGlobally = true; }; startupTimings.enable = true; typingIndicator.enable = true;