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-09-14 00:08:59 +00:00
parent 59a2599726
commit 3551662097

View file

@ -47414,6 +47414,34 @@ package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.lutris</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/lutris.nix" target="_top">
&lt;home-manager/modules/programs/lutris.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.lutris.defaultWinePackage"></a><a class="term" href="options.xhtml#opt-programs.lutris.defaultWinePackage"><code class="option">programs.lutris.defaultWinePackage</code>
</a>
</span>
</dt>
<dd>
<p>The wine/proton package to set as the default for lutris.
It must still be set under proton/winePackages.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;pkgs.proton-ge-bin&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -47523,7 +47551,8 @@ attribute set of (submodule)</p>
</dt>
<dd>
<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.runner_executable instead.</p>
A more specific path can be set by using settings.runner.runner_executable instead.
Uncompatible with certain runners, such as wine.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
@ -47599,7 +47628,8 @@ YAML 1.1 value</p>
</span>
</dt>
<dd>
<p>Specific option to point to a runner executable directly, dont set runner.package if you set this.</p>
<p>Specific option to point to a runner executable directly, dont set runner.package if you set this.
Uncompatible with certain runners such as wine.</p>
<p><span class="emphasis"><em>Type:</em></span>
string or absolute path</p>