1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00
This commit is contained in:
ncfavier 2023-07-20 17:52:55 +00:00
parent a80a38af3c
commit 96d1b56cee

View File

@ -8941,7 +8941,7 @@ boolean</p><p><span class="emphasis"><em>Default:</em></span>
package</p><p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.script-directory</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/script-directory.nix" target="_top">
&lt;home-manager/modules/programs/script-directory.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.script-directory.settings"></a><a class="term" href="options.html#opt-programs.script-directory.settings"><code class="option">programs.script-directory.settings</code></a></span></dt><dd><p>script-directory config, for options take a look at the <a class="link" href="github.com/ianthehenry/sd#options" target="_top">documentation</a></p><p><span class="emphasis"><em>Type:</em></span>
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.script-directory.settings"></a><a class="term" href="options.html#opt-programs.script-directory.settings"><code class="option">programs.script-directory.settings</code></a></span></dt><dd><p>script-directory config, for options take a look at the <a class="link" href="https://github.com/ianthehenry/sd#options" target="_top">documentation</a></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">{
SD_ROOT = "${config.home.homeDirectory}/.sd";