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.mangohud.enable

Whether to enable Mangohud.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.mangohud.enableSessionWide

Sets environment variables so that MangoHud is started on any application that supports it.

Type: boolean

Default:

false

Declared by:

programs.mangohud.package

The mangohud package to use.

Type: package

Default:

pkgs.mangohud

Declared by:

programs.mangohud.settings

Configuration written to $XDG_CONFIG_HOME/MangoHud/MangoHud.conf. See https://github.com/flightlessmango/MangoHud/blob/master/data/MangoHud.conf for the default configuration.

Type: attribute set of (boolean or signed integer or floating point number or string or absolute path or list of (signed integer or string))

Default:

{ }

Example:

{
  output_folder = ~/Documents/mangohud/;
  full = true;
}

Declared by:

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.

Type: attribute set of attribute set of (boolean or signed integer or floating point number or string or absolute path or list of (signed integer or string))

Default:

{ }

Example:

{
  mpv = {
    no_display = true;
  };
}

Declared by: