MyNixOS website logo
option

programs.vesktop.vencord.settings

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.

Declarations
Type
JSON value
Default
{ }
Example
{
  autoUpdate = false;
  autoUpdateNotification = false;
  notifyAboutUpdates = false;
  useQuickCss = true;
  disableMinSize = true;
  plugins = {
    MessageLogger = {
      enabled = true;
      ignoreSelf = true;
    };
    FakeNitro.enabled = true;
  };
}