mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
deploy: 3b3164dfe3
This commit is contained in:
@@ -88449,7 +88449,7 @@ else
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"`\${config.xdg.configHome}/zsh`"</code></p>
|
||||
<code class="literal">"${config.xdg.configHome}/zsh"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
|
||||
@@ -31,9 +31,10 @@ range 1.0–2.0, previously it erroneously expected values in the
|
||||
range <code class="literal">0.0–1.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
|
||||
"26.05" 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>
|
||||
"26.05" 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
|
||||
|
||||
Reference in New Issue
Block a user