From f09502773a10af90fdb1517bf15318e753e6f9a9 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 13 Jul 2025 12:06:32 -0400 Subject: [PATCH] Add nixcord plugins. Compilation fix. --- .../common/home/jay/programs/nixcord.nix | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/nodes/hosts/common/home/jay/programs/nixcord.nix b/nodes/hosts/common/home/jay/programs/nixcord.nix index 7b0d5cf..0972e46 100644 --- a/nodes/hosts/common/home/jay/programs/nixcord.nix +++ b/nodes/hosts/common/home/jay/programs/nixcord.nix @@ -7,5 +7,30 @@ 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.enable = true; + gameActivityToggle.enable = true; + noF1.enable = true; + relationshipNotifier = { + enable = true; + friendRequestCancels = true; + friends = true; + groups = true; + notices = true; + offlineRemovals = true; + servers = true; + }; + serverInfo.enable = true; + }; + }; }; }