1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 17:11:03 +01:00
This commit is contained in:
khaneliman 2025-09-19 02:59:19 +00:00
parent ef83b2b3aa
commit 4dfce7eae1

View file

@ -55468,6 +55468,34 @@ null or package</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.nushell</code></p> <code class="literal">pkgs.nushell</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/nushell.nix" target="_top">
&lt;home-manager/modules/programs/nushell.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.nushell.configDir"></a><a class="term" href="options.xhtml#opt-programs.nushell.configDir"><code class="option">programs.nushell.configDir</code>
</a>
</span>
</dt>
<dd>
<p>Location of the nushell config directory. This directory contains the <code class="filename">config.nu</code>, <code class="filename">env.nu</code>, and <code class="filename">login.nu</code> files, as well as history and plugin files.</p>
<p><span class="emphasis"><em>Type:</em></span>
string or absolute path</p>
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">if pkgs.stdenv.isDarwin &amp;&amp; !config.xdg.enable then
&quot;Library/Application Support/nushell&quot;
else
&quot;${config.xdg.configHome}/nushell&quot;;
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
<tr><td> <tr><td>