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