mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: b27e551270
This commit is contained in:
parent
dccde9091c
commit
0bbc76f4bc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = { "tab.selected.reverse" = toggle; }; }; };
|
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{ default = { ui = { "tab.selected.reverse" = "toggle"; }; }; };
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue