1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-08 18:18:38 +00:00
This commit is contained in:
rycee 2025-01-21 12:13:33 +00:00
parent 26d4f86948
commit 21515dd5a2

View file

@ -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">
&lt;home-manager/modules/programs/lsd.nix&gt;
</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 = &quot;&quot;;
hs = &quot;&quot;;
};
filetype = {
dir = &quot;📂&quot;;
file = &quot;📄&quot;;
};
name = {
&quot;.cargo&quot; = &quot;&quot;;
&quot;.trash&quot; = &quot;&quot;;
};
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>