1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-01 00:39:45 +01:00
This commit is contained in:
rycee 2024-10-15 21:38:36 +00:00
parent 31834cb7a7
commit 2f755ed86c
2 changed files with 8 additions and 4 deletions

View file

@ -18606,13 +18606,14 @@ boolean</p>
</span>
</dt>
<dd>
<p>Display icons next to file names (<code class="option">--icons</code> argument).</p>
<p>Display icons next to file names (<code class="option">--icons</code> argument).</p><p>Note, the support for Boolean values is deprecated.
Setting this option to <code class="literal">true</code> corresponds to <code class="literal">--icons=auto</code>.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
one of &lt;null&gt;, true, false, “auto”, “always”, “never”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">

View file

@ -33,7 +33,10 @@ the default
value to make it optional.</p><p>Your configuration may break if you already set this option and also
rely on the flag being automatically added. To resolve this, please
add <code class="literal">-w</code> to your assignment of
<a class="link" href="options.xhtml#opt-services.swayidle.extraArgs" >services.swayidle.extraArgs</a>.</p></li></ul></div>
<a class="link" href="options.xhtml#opt-services.swayidle.extraArgs" >services.swayidle.extraArgs</a>.</p></li><li class="listitem"><p>Support for Boolean values in the option
<a class="link" href="options.xhtml#opt-programs.eza.icons" >programs.eza.icons</a> is deprecated for
future removal. The new value for <code class="literal">true</code> is <code class="literal">&quot;auto&quot;</code>, and for
<code class="literal">false</code> it is <code class="literal">null</code>.</p></li></ul></div>
</div><div class="section"> <div class="titlepage"> <div> <div> <h2 id="sec-release-24.11-state-version-changes" class="title" style="clear: both">State Version Changes </h2> </div> </div></div><p>The state version in this release includes the changes below. These
changes are only active if the <code class="literal">home.stateVersion</code> option is set to
&quot;24.11&quot; or later.</p><div class="itemizedlist"><ul class="itemizedlist compact" style="list-style-type: disc;"><li class="listitem"><p>No changes.</p></li></ul></div>