mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-08 18:18:38 +00:00
deploy: 0b8df9eeb6
This commit is contained in:
parent
26d4f86948
commit
21515dd5a2
1 changed files with 42 additions and 0 deletions
|
@ -34375,6 +34375,48 @@ YAML value</p>
|
|||
}
|
||||
</code></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.icons"></a><a class="term" href="options.xhtml#opt-programs.lsd.icons"><code class="option">programs.lsd.icons</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Configuration written to <code class="filename">$XDG_CONFIG_HOME/lsd/icons.yaml</code>. See
|
||||
<a class="link" href="https://github.com/lsd-rs/lsd?tab=readme-ov-file#icon-theme-file-content" target="_top">https://github.com/lsd-rs/lsd?tab=readme-ov-file#icon-theme-file-content</a> for
|
||||
details.</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><code class="programlisting">{
|
||||
extension = {
|
||||
go = "";
|
||||
hs = "";
|
||||
};
|
||||
filetype = {
|
||||
dir = "📂";
|
||||
file = "📄";
|
||||
};
|
||||
name = {
|
||||
".cargo" = "";
|
||||
".trash" = "";
|
||||
};
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
Loading…
Add table
Reference in a new issue