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