mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 21:11:08 +01:00
deploy: 204f9808d3
This commit is contained in:
parent
12b064cc82
commit
c2960b76e0
3 changed files with 26 additions and 9 deletions
17
options.html
17
options.html
|
|
@ -5283,6 +5283,23 @@ in {
|
|||
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">
|
||||
<home-manager/modules/programs/rtorrent.nix>
|
||||
</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">
|
||||
<home-manager/modules/programs/sagemath.nix>
|
||||
</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">
|
||||
<home-manager/modules/programs/sagemath.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.sagemath.configDir"></a><a class="term" href="options.html#opt-programs.sagemath.configDir"><code class="option">programs.sagemath.configDir</code></a></span></dt><dd><p>Directory where the <code class="filename">sage.init</code> file will be stored.
|
||||
Note that the upstream default is <code class="filename">~/.sage</code>,
|
||||
but our default is to follow XDG.
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">${config.xdg.configHome}/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">
|
||||
<home-manager/modules/programs/sagemath.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.sagemath.dataDir"></a><a class="term" href="options.html#opt-programs.sagemath.dataDir"><code class="option">programs.sagemath.dataDir</code></a></span></dt><dd><p>Location for <code class="envar">DOT_SAGE</code>.
|
||||
Note that the upstream default is <code class="filename">~/.sage</code>,
|
||||
but our default is to follow XDG.
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">${config.xdg.dataHome}/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">
|
||||
<home-manager/modules/programs/sagemath.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.sagemath.initScript"></a><a class="term" href="options.html#opt-programs.sagemath.initScript"><code class="option">programs.sagemath.initScript</code></a></span></dt><dd><p>Contents of the <code class="filename">init.sage</code> file that is loaded on startup.
|
||||
</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>Example:</em></span> <code class="literal">"%colors linux"</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">
|
||||
<home-manager/modules/programs/sagemath.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.sbt.enable"></a><a class="term" href="options.html#opt-programs.sbt.enable"><code class="option">programs.sbt.enable</code></a></span></dt><dd><p>Whether to enable sbt.</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/sbt.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/sbt.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.sbt.package"></a><a class="term" href="options.html#opt-programs.sbt.package"><code class="option">programs.sbt.package</code></a></span></dt><dd><p>The package with sbt to be installed.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">pkgs.sbt</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/sbt.nix#blob-path" target="_top">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue