Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.vinegar.enable

Whether to enable Vinegar.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.vinegar.package

The vinegar package to use.

Type: null or package

Default:

pkgs.vinegar

Declared by:

programs.vinegar.settings

Configuration written to $XDG_CONFIG_HOME/vinegar/config.toml.

See https://vinegarhq.org/Configuration/ for more information.

Type: attribute set of (TOML value)

Default:

{ }

Example:

{
  env = {
    WINEFSYNC = "1";
  };
  studio = {
    dxvk = false;
    env = {
      DXVK_HUD = "0";
      MANGOHUD = "1";
    };
    fflags = {
      DFIntTaskSchedulerTargetFps = 144;
    };
    renderer = "Vulkan";
  };
}

Declared by: