From e5338ce7e7cc824f1b5e59523301f63967dd7822 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 04:16:29 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 04:16:29 --- home/desktop/nixcord.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/desktop/nixcord.nix b/home/desktop/nixcord.nix index b79cdf8..d552335 100644 --- a/home/desktop/nixcord.nix +++ b/home/desktop/nixcord.nix @@ -16,6 +16,11 @@ # "https://raw.githubusercontent.com/link/to/some/theme.css" # ]; frameless = true; # Set some Vencord/Equicord options + plugins = { + AllCallTimers = { + enabled = true; + }; + }; # plugins = { # AlwaysTrust.enabled = true; # BetterSessions.enabled = true;