1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-10-10 02:02:48 +00:00
parent dccde9091c
commit 0bbc76f4bc

View file

@ -15914,12 +15914,12 @@ strings concatenated with “\n” or attribute set of (strings concatenated wit
<p>Stylesets added to <code class="filename">$HOME/.config/aerc/stylesets/</code>.</p><p>See <span class="citerefentry"><span class="refentrytitle">aerc-stylesets</span>(7)</span>.</p> <p>Stylesets added to <code class="filename">$HOME/.config/aerc/stylesets/</code>.</p><p>See <span class="citerefentry"><span class="refentrytitle">aerc-stylesets</span>(7)</span>.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
attribute set of ((attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)) or strings concatenated with “\n”)</p> attribute set of (strings concatenated with “\n” or attribute set of (strings concatenated with “\n” or attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)))</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p> <code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{ default = { ui = { &quot;tab.selected.reverse&quot; = toggle; }; }; }; <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{ default = { ui = { &quot;tab.selected.reverse&quot; = &quot;toggle&quot;; }; }; };
</code></pre> </code></pre>