programs.retroarch.settings

RetroArch configuration settings.

See https://github.com/libretro/RetroArch/blob/master/retroarch.cfg for available configuration options.

Type
attribute set of string
Default
{ }
Example
{
  input_max_users = "4";
  menu_scale_factor = "0.950000";
  netplay_nickname = "username";
  video_driver = "vulkan";
  video_fullscreen = "true";
}
Declared
<home-manager/modules/programs/retroarch.nix>