This commit is contained in:
ncfavier 2023-05-03 22:13:31 +00:00
parent 3135271829
commit b9d95baf55

View file

@ -4810,6 +4810,10 @@ If the text option is set, it will be preferred.</p><p><span class="emphasis"><e
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.nushell.envFile.text"></a><a class="term" href="options.html#opt-programs.nushell.envFile.text"><code class="option">programs.nushell.envFile.text</code></a></span></dt><dd><p>Text of the nushell <code class="filename">env.nu</code> file.
If unset then the source option will be preferred.</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">if source is defined, the content of source, otherwise empty</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#blob-path" 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.environmentVariables"></a><a class="term" href="options.html#opt-programs.nushell.environmentVariables"><code class="option">programs.nushell.environmentVariables</code></a></span></dt><dd><p>An attribute set that maps an environment variable to a shell interpreted string.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of string</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">{
FOO = "BAR";
}</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/nushell.nix#blob-path" 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.extraConfig"></a><a class="term" href="options.html#opt-programs.nushell.extraConfig"><code class="option">programs.nushell.extraConfig</code></a></span></dt><dd><p>Additional configuration to add to the nushell configuration file.</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/nushell.nix#blob-path" 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.extraEnv"></a><a class="term" href="options.html#opt-programs.nushell.extraEnv"><code class="option">programs.nushell.extraEnv</code></a></span></dt><dd><p>Additional configuration to add to the nushell environment variables file.</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/nushell.nix#blob-path" target="_top">