This commit is contained in:
rycee 2023-09-24 07:48:33 +00:00
parent d062090ebb
commit b4743b0f01

View file

@ -6843,6 +6843,20 @@ boolean</p><p><span class="emphasis"><em>Default:</em></span>
boolean</p><p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</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/lsd.nix" target="_top">
&lt;home-manager/modules/programs/lsd.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.lsd.colors"></a><a class="term" href="options.html#opt-programs.lsd.colors"><code class="option">programs.lsd.colors</code></a></span></dt><dd><p>Configuration written to <code class="filename">$XDG_CONFIG_HOME/lsd/colors.yaml</code>. See
<a class="link" href="https://github.com/lsd-rs/lsd/tree/v1.0.0#color-theme-file-content" target="_top">https://github.com/lsd-rs/lsd/tree/v1.0.0#color-theme-file-content</a> for
supported colors.</p><p>If this option is non-empty then the <code class="literal">color.theme</code> option is
automatically set to <code class="literal">"custom"</code>.</p><p><span class="emphasis"><em>Type:</em></span>
YAML value</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">{
size = {
large = "dark_yellow";
none = "grey";
small = "yellow";
};
}
</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/lsd.nix" target="_top">
&lt;home-manager/modules/programs/lsd.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.lsd.settings"></a><a class="term" href="options.html#opt-programs.lsd.settings"><code class="option">programs.lsd.settings</code></a></span></dt><dd><p>Configuration written to
<code class="filename">$XDG_CONFIG_HOME/lsd/config.yaml</code>. See
<a class="link" href="https://github.com/Peltoche/lsd#config-file-content" target="_top">https://github.com/Peltoche/lsd#config-file-content</a>