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" = {