1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-10 21:29:48 +01:00
This commit is contained in:
ncfavier 2023-06-07 08:34:05 +00:00
parent 01831a129c
commit 5f8ca49d1e

View file

@ -5502,6 +5502,35 @@ in {
<a class="link" href="https://github.com/rakshasa/rtorrent/wiki/Config-Guide" target="_top">https://github.com/rakshasa/rtorrent/wiki/Config-Guide</a>
for explanation about possible values.</p><p><span class="emphasis"><em>Type:</em></span> strings concatenated with "\n"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">""</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/rtorrent.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rtorrent.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rtx.enable"></a><a class="term" href="options.html#opt-programs.rtx.enable"><code class="option">programs.rtx.enable</code></a></span></dt><dd><p>Whether to enable RTX. Runtime Executor (asdf Rust clone).</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/rtx.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rtx.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rtx.enableBashIntegration"></a><a class="term" href="options.html#opt-programs.rtx.enableBashIntegration"><code class="option">programs.rtx.enableBashIntegration</code></a></span></dt><dd><p>Whether to enable Bash Integration.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">true</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/rtx.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rtx.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rtx.enableFishIntegration"></a><a class="term" href="options.html#opt-programs.rtx.enableFishIntegration"><code class="option">programs.rtx.enableFishIntegration</code></a></span></dt><dd><p>Whether to enable Fish Integration.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">true</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/rtx.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rtx.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rtx.enableZshIntegration"></a><a class="term" href="options.html#opt-programs.rtx.enableZshIntegration"><code class="option">programs.rtx.enableZshIntegration</code></a></span></dt><dd><p>Whether to enable Zsh Integration.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">true</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/rtx.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rtx.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rtx.package"></a><a class="term" href="options.html#opt-programs.rtx.package"><code class="option">programs.rtx.package</code></a></span></dt><dd><p>The rtx package to use.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">pkgs.rtx</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/rtx.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rtx.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rtx.settings"></a><a class="term" href="options.html#opt-programs.rtx.settings"><code class="option">programs.rtx.settings</code></a></span></dt><dd><p>Settings written to <code class="filename">$XDG_CONFIG_HOME/rtx/config.toml</code>.
</p><p>
See <a class="link" href="https://github.com/jdxcode/rtx#global-config-configrtxconfigtoml" target="_top">https://github.com/jdxcode/rtx#global-config-configrtxconfigtoml</a>
for details on supported values.
</p><div class="warning"><h3 class="title">Warning</h3><p>
Modifying the <code class="literal">tools</code> section doesn't make RTX install them.
You have to manually run <code class="literal">rtx install</code> to install the tools.
</p></div><p><span class="emphasis"><em>Type:</em></span> TOML value</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">tools = {
node = "lts";
python = ["3.10" "3.11"];
};
settings = {
verbose = false;
experimental = false;
};
</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/rtx.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rtx.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.sagemath.enable"></a><a class="term" href="options.html#opt-programs.sagemath.enable"><code class="option">programs.sagemath.enable</code></a></span></dt><dd><p>Whether to enable SageMath, a mathematics software system.</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/sagemath.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/sagemath.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.sagemath.package"></a><a class="term" href="options.html#opt-programs.sagemath.package"><code class="option">programs.sagemath.package</code></a></span></dt><dd><p>The SageMath package to use.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">pkgs.sage</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/sagemath.nix#blob-path" target="_top">