1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 00:21:04 +01:00
This commit is contained in:
khaneliman 2025-07-31 17:42:15 +00:00
parent 7f147d5ed5
commit 26e05e1087

View file

@ -50900,6 +50900,32 @@ boolean</p>
<p><span class="emphasis"><em>Example:</em></span> <p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;--keep 5 --keep-since 3d&quot;</code></p> <code class="literal">&quot;--keep 5 --keep-since 3d&quot;</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/nh.nix" target="_top">
&lt;home-manager/modules/programs/nh.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.nh.darwinFlake"></a><a class="term" href="options.xhtml#opt-programs.nh.darwinFlake"><code class="option">programs.nh.darwinFlake</code>
</a>
</span>
</dt>
<dd>
<p>The string that will be used for the <code class="envar">NH_DARWIN_FLAKE</code> environment variable.</p><p><code class="envar">NH_DARWIN_FLAKE</code> is used by nh as the default flake for performing
<span class="command"><strong>nh darwin</strong></span> actions, such as <span class="command"><strong>nh darwin switch</strong></span>.
Setting this will take priority over the <code class="literal">flake</code> option.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<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>
@ -50925,6 +50951,58 @@ null or (optionally newline-terminated) single-line string or absolute path</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p> <code class="literal">null</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/nh.nix" target="_top">
&lt;home-manager/modules/programs/nh.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.nh.homeFlake"></a><a class="term" href="options.xhtml#opt-programs.nh.homeFlake"><code class="option">programs.nh.homeFlake</code>
</a>
</span>
</dt>
<dd>
<p>The string that will be used for the <code class="envar">NH_HOME_FLAKE</code> environment variable.</p><p><code class="envar">NH_HOME_FLAKE</code> is used by nh as the default flake for performing <span class="command"><strong>nh home</strong></span>
actions, such as <span class="command"><strong>nh home switch</strong></span>.
Setting this will take priority over the <code class="literal">flake</code> option.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</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/nh.nix" target="_top">
&lt;home-manager/modules/programs/nh.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.nh.osFlake"></a><a class="term" href="options.xhtml#opt-programs.nh.osFlake"><code class="option">programs.nh.osFlake</code>
</a>
</span>
</dt>
<dd>
<p>The string that will be used for the <code class="envar">NH_OS_FLAKE</code> environment variable.</p><p><code class="envar">NH_OS_FLAKE</code> is used by nh as the default flake for performing <span class="command"><strong>nh os</strong></span>
actions, such as <span class="command"><strong>nh os switch</strong></span>.
Setting this will take priority over the <code class="literal">flake</code> option.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<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>