programs.mangohud.settingsPerApplication

Home-Manager option

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 in: <home-manager/modules/programs/mangohud.nix>source unavailable