mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 04:51:08 +01:00
deploy: 07f6c6481e
This commit is contained in:
parent
3a78ae7f25
commit
993defd405
3 changed files with 31 additions and 9 deletions
22
options.html
22
options.html
|
|
@ -4501,6 +4501,28 @@ All string options are quoted with double quotes.
|
|||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.lsd.enableAliases"></a><a class="term" href="options.html#opt-programs.lsd.enableAliases"><code class="option">programs.lsd.enableAliases</code></a></span></dt><dd><p>Whether to enable recommended lsd aliases.
|
||||
</p><p><span class="emphasis"><em>Type:</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#blob-path" 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">~/.config/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>
|
||||
for supported values.
|
||||
</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> <code class="literal">
|
||||
|
||||
{
|
||||
date = "relative"; ignore-globs =
|
||||
[
|
||||
".git" ".hg"
|
||||
]
|
||||
;
|
||||
}
|
||||
|
||||
</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#blob-path" target="_top">
|
||||
<home-manager/modules/programs/lsd.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.mako.enable"></a><a class="term" href="options.html#opt-programs.mako.enable"><code class="option">programs.mako.enable</code></a></span></dt><dd><p>Whether to enable Mako, lightweight notification daemon for Wayland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue