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; + }; + }; }; }