1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-05-09 13:22:09 +00:00
parent b5754843ce
commit 5ccacb3b11

View file

@ -40018,7 +40018,7 @@ attribute set of (submodule)</p>
cemu.package = pkgs.cemu; cemu.package = pkgs.cemu;
pcsx2.config = { pcsx2.config = {
system.disable_screen_saver = true; system.disable_screen_saver = true;
runner.executable_path = &quot;$\{pkgs.pcsx2}/bin/pcsx2-qt&quot;; runner.runner_executable = &quot;$\{pkgs.pcsx2}/bin/pcsx2-qt&quot;;
}; };
}; };
&#x27;&#x27; &#x27;&#x27;
@ -40041,7 +40041,7 @@ attribute set of (submodule)</p>
</dt> </dt>
<dd> <dd>
<p>The package to use for this runner, nix will try to find the executable for this package. <p>The package to use for this runner, nix will try to find the executable for this package.
A more specific path can be set by using settings.runner.executable_path instead.</p> A more specific path can be set by using settings.runner.runner_executable instead.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
null or package</p> null or package</p>
@ -40112,7 +40112,7 @@ YAML value</p>
</dd> </dd>
<dt> <dt>
<span class="term"> <span class="term">
<a id="opt-programs.lutris.runners._name_.settings.runner.executable_path"></a><a class="term" href="options.xhtml#opt-programs.lutris.runners._name_.settings.runner.executable_path"><code class="option">programs.lutris.runners.&lt;name&gt;.settings.runner.executable_path</code> <a id="opt-programs.lutris.runners._name_.settings.runner.runner_executable"></a><a class="term" href="options.xhtml#opt-programs.lutris.runners._name_.settings.runner.runner_executable"><code class="option">programs.lutris.runners.&lt;name&gt;.settings.runner.runner_executable</code>
</a> </a>
</span> </span>
</dt> </dt>