mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
deploy: 835465e8ba
This commit is contained in:
parent
d062090ebb
commit
b4743b0f01
1 changed files with 14 additions and 0 deletions
14
options.html
14
options.html
|
@ -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">
|
||||
<home-manager/modules/programs/lsd.nix>
|
||||
</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">
|
||||
<home-manager/modules/programs/lsd.nix>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue