This commit is contained in:
rycee
2026-01-03 10:30:18 +00:00
parent ec1e3f1b31
commit 9381676f7e
2 changed files with 5 additions and 4 deletions

View File

@@ -88449,7 +88449,7 @@ else
</code></pre>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;`\${config.xdg.configHome}/zsh`&quot;</code></p>
<code class="literal">&quot;${config.xdg.configHome}/zsh&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">

View File

@@ -31,9 +31,10 @@ range 1.02.0, previously it erroneously expected values in the
range <code class="literal">0.01.0</code>.</p></li></ul></div>
</div><div class="section"> <div class="titlepage"> <div> <div> <h2 id="sec-release-26.05-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;26.05&quot; or later.</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p>The <code class="literal">gtk.gtk4.theme</code> option does not mirror <code class="literal">gtk.theme</code> by default
anymore.</p></li><li class="listitem"><p>The <code class="literal">programs.zsh.dotDir</code> option now defaults to the XDG configuration
directory (usually <code class="literal">~/.config/zsh</code>) when <code class="literal">xdg.enable</code> is true.</p></li></ul></div>
&quot;26.05&quot; or later.</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p>The <a class="xref" href="options.xhtml#opt-gtk.gtk4.theme" ><code class="option">gtk.gtk4.theme</code></a> option does not mirror
<a class="xref" href="options.xhtml#opt-gtk.theme" ><code class="option">gtk.theme</code></a> by default anymore.</p></li><li class="listitem"><p>The <a class="xref" href="options.xhtml#opt-programs.zsh.dotDir" ><code class="option">programs.zsh.dotDir</code></a> option now defaults to the XDG
configuration directory (usually <code class="literal">~/.config/zsh</code>) when
<a class="xref" href="options.xhtml#opt-xdg.enable" ><code class="option">xdg.enable</code></a> is true.</p></li></ul></div>
</div>
</div><div class="chapter"> <div class="titlepage"> <div> <div> <h2 id="sec-release-25.11" class="title" >Release 25.11 </h2> </div> </div></div><div class="toc"> <p><strong>Table of Contents</strong></p> <dl class="toc"> <dt> <span class="section"> <a href="release-notes.xhtml#sec-release-25.11-highlights">Highlights</a> </span></dt><dt> <span class="section"> <a href="release-notes.xhtml#sec-release-25.11-state-version-changes">State Version Changes</a> </span></dt> </dl></div><p>The 25.11 release branch became stable in November, 2025.</p><div class="section"> <div class="titlepage"> <div> <div> <h2 id="sec-release-25.11-highlights" class="title" style="clear: both">Highlights </h2> </div> </div></div><p>This release has the following notable changes:</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p>Updating the <code class="literal">home-manager</code> Nix profile inside the activation script