MyNixOS website logo
option

programs.mangohud.settingsPerApplication

Sets MangoHud settings per application. Configuration written to $XDG_CONFIG_HOME/MangoHud/{application_name}.conf. See https://github.com/flightlessmango/MangoHud/blob/master/data/MangoHud.conf for the default configuration.

Declarations
Type
attribute set of attribute set of (boolean or signed integer or floating point number or string or path or list of (signed integer or string))
Default
{ }
Example
{
  mpv = {
    no_display = true;
  }
}