MyNixOS website logo

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

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

Declarations
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";
  };
}