From e87c77a207fbfd75c72425e90924025ab82a2c74 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 13 Jul 2025 12:06:32 -0400 Subject: [PATCH] Add nixcord plugins. --- .../hosts/common/home/jay/programs/nixcord.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/nodes/hosts/common/home/jay/programs/nixcord.nix b/nodes/hosts/common/home/jay/programs/nixcord.nix index 7b0d5cf..4f78bc8 100644 --- a/nodes/hosts/common/home/jay/programs/nixcord.nix +++ b/nodes/hosts/common/home/jay/programs/nixcord.nix @@ -7,5 +7,22 @@ openASAR.enable = true; }; vesktop.enable = true; + + config = { + autoUpdate = true; + plugins = { + alwaysAnimate.enable = true; + alwaysTrust.enable = true; + copyFileContents.enable = true; + clearURLs.enable = true; + dearrow.enable = true; + friendsSince.enable = true; + fullSearchContext = true; + gameActivityToggle.enable = true; + noF1.enable = true; + relationshipNotifier = true; + serverInfo.enable = true; + }; + }; }; }