programs.vesktop.vencord.settings

Home-Manager option

Vencord settings written to $XDG_CONFIG_HOME/vesktop/settings/settings.json. See https://github.com/Vendicated/Vencord/blob/main/src/api/Settings.ts for available options.

type: JSON value
Default
{ }
Example
{ autoUpdate = false; autoUpdateNotification = false; notifyAboutUpdates = false; useQuickCss = true; disableMinSize = true; plugins = { MessageLogger = { enabled = true; ignoreSelf = true; }; FakeNitro.enabled = true; }; }
declared in: <home-manager/modules/programs/vesktop.nix>source unavailable