1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-10-05 19:02:00 +00:00
parent 36e77fd075
commit f55d0f02b5

View file

@ -18246,6 +18246,88 @@ null or string</p>
</td></tr> </td></tr>
</table> </table>
</dd> </dd>
<dt>
<span class="term">
<a id="opt-programs.am2rlauncher.enable"></a><a class="term" href="options.xhtml#opt-programs.am2rlauncher.enable"><code class="option">programs.am2rlauncher.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable am2rlauncher.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/am2rlauncher.nix" target="_top">
&lt;home-manager/modules/programs/am2rlauncher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.am2rlauncher.package"></a><a class="term" href="options.xhtml#opt-programs.am2rlauncher.package"><code class="option">programs.am2rlauncher.package</code>
</a>
</span>
</dt>
<dd>
<p>The am2rlauncher package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.am2rlauncher</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/am2rlauncher.nix" target="_top">
&lt;home-manager/modules/programs/am2rlauncher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.am2rlauncher.config"></a><a class="term" href="options.xhtml#opt-programs.am2rlauncher.config"><code class="option">programs.am2rlauncher.config</code>
</a>
</span>
</dt>
<dd>
<p>Config file for am2rlauncher in XML format. You can see the available options
by modifying the settings in the GUI and looking at $XDG_CONFIG_HOME/AM2RLauncher/config.xml.</p>
<p><span class="emphasis"><em>Type:</em></span>
string or absolute path</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;settings xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; AutoUpdateAM2R=&quot;false&quot; AutoUpdateLauncher=&quot;true&quot; Language=&quot;English&quot; MusicHQPC=&quot;false&quot; MusicHQAndroid=&quot;false&quot; MirrorIndex=&quot;0&quot; ProfileIndex=&quot;null&quot; CustomMirrorEnabled=&quot;false&quot; CustomMirrorText=&quot;&quot; ProfileDebugLog=&quot;true&quot; Width=&quot;600&quot; Height=&quot;600&quot; IsMaximized=&quot;false&quot; /&gt;
&#x27;&#x27;
</code></pre>
<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/am2rlauncher.nix" target="_top">
&lt;home-manager/modules/programs/am2rlauncher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt> <dt>
<span class="term"> <span class="term">
<a id="opt-programs.amber.enable"></a><a class="term" href="options.xhtml#opt-programs.amber.enable"><code class="option">programs.amber.enable</code> <a id="opt-programs.amber.enable"></a><a class="term" href="options.xhtml#opt-programs.amber.enable"><code class="option">programs.amber.enable</code>