MyNixOS website logo

Attribute set of Lutris runners along with their configurations. Each runner must be named exactly as lutris expects on lutris --list-runners. Note that runners added here won't be configurable through Lutris using the GUI.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
''
  runners = {
    cemu.package = pkgs.cemu;
    pcsx2.config = {
      system.disable_screen_saver = true;
      runner.runner_executable = "$\{pkgs.pcsx2}/bin/pcsx2-qt";
    };
  };
''