From 1c98437c50a74e55b0932689cb019cc6c2c77f30 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 04:20:55 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 04:20:55 --- home/desktop/nixcord.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/home/desktop/nixcord.nix b/home/desktop/nixcord.nix index a4c4989..275c4ac 100644 --- a/home/desktop/nixcord.nix +++ b/home/desktop/nixcord.nix @@ -89,6 +89,21 @@ # WebContextMenus.enabled = true; # }; }; + dorion = { + theme = "dark"; + zoom = "1.1"; + blur = "acrylic"; # "none", "blur", or "acrylic" + sysTray = true; + openOnStartup = true; + autoClearCache = true; + disableHardwareAccel = false; + rpcServer = true; + rpcProcessScanner = true; + pushToTalk = true; + pushToTalkKeys = ["RControl"]; + desktopNotifications = true; + unreadBadge = true; + }; extraConfig = { "plugins" = { "ChatInputButtonAPI" = {