mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
deploy: 7d8127d308
This commit is contained in:
14
index.xhtml
14
index.xhtml
@@ -29,7 +29,7 @@
|
||||
<div class="titlepage">
|
||||
<div>
|
||||
<div><h1 class="title"><a id="home-manager-manual"></a>Home Manager Manual</h1></div>
|
||||
<div><h2 class="subtitle">Version 26.05</h2></div>
|
||||
<div><h2 class="subtitle">Version 26.11 (unstable)</h2></div>
|
||||
</div>
|
||||
<hr />
|
||||
</div>
|
||||
@@ -714,7 +714,7 @@ Nixpkgs branch used by your configuration. The examples below use 25.11;
|
||||
replace this with the release branch you are upgrading to.</p><p>If your configuration follows <code class="literal">nixos-unstable</code> or <code class="literal">nixpkgs-unstable</code>,
|
||||
use Home Manager’s <code class="literal">master</code> branch.</p>
|
||||
</div><div class="section"> <div class="titlepage"> <div> <div> <h3 id="sec-upgrade-release-understanding-versioning" class="title" >Understanding Home Manager Versioning </h3> </div> </div></div><p>Home Manager follows NixOS release cycles and provides corresponding branches:</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p><span class="strong"><strong>release-<version></strong></span>: Stable branch for the matching NixOS or
|
||||
Nixpkgs release, such as <code class="literal">release-25.11</code>.</p></li><li class="listitem"><p><span class="strong"><strong>master</strong></span>: Development branch (tracks nixos-unstable)</p></li></ul></div><div class="note"><h3 class="title">Note</h3><p>Use the Home Manager branch that matches the Nixpkgs branch used to
|
||||
Nixpkgs release, such as <code class="literal">release-25.11</code>.</p></li><li class="listitem"><p><span class="strong"><strong>master</strong></span>: Development branch (tracks nixpkgs-unstable)</p></li></ul></div><div class="note"><h3 class="title">Note</h3><p>Use the Home Manager branch that matches the Nixpkgs branch used to
|
||||
evaluate your Home Manager configuration. For stable NixOS
|
||||
configurations, this is normally the same as your NixOS version.</p></div>
|
||||
</div><div class="section"> <div class="titlepage"> <div> <div> <h3 id="sec-upgrade-release-understanding-flake" class="title" >Flake-Based Installation </h3> </div> </div></div><p>If you are using Home Manager with Nix flakes, update your <code class="literal">nixpkgs</code> and
|
||||
@@ -741,7 +741,7 @@ configurations, this is normally the same as your NixOS version.</p></div>
|
||||
</code></pre><p>For <code class="literal">nixos-unstable</code> or <code class="literal">nixpkgs-unstable</code>, use the <code class="literal">master</code> branch
|
||||
instead:</p><pre><code class="programlisting nix">{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
@@ -853,7 +853,7 @@ then to generate and activate a basic configuration run the command</p><pre><cod
|
||||
imported Home Manager modules, use <code class="literal">extraSpecialArgs</code> in the call to
|
||||
<code class="literal">home-manager.lib.homeManagerConfiguration</code>:</p><pre><code class="programlisting nix">{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
};
|
||||
|
||||
@@ -890,7 +890,7 @@ be as follows:</p><pre><code class="programlisting nix">{
|
||||
description = "NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
};
|
||||
|
||||
@@ -929,7 +929,7 @@ to that of NixOS. The <code class="literal">flake.nix</code> would be:</p><pre><
|
||||
description = "Darwin configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
darwin.url = "github:nix-darwin/nix-darwin";
|
||||
darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
@@ -968,7 +968,7 @@ Manager’s flake module, <code class="literal">flakeModules.home-manager</code>
|
||||
description = "flake-parts configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
};
|
||||
|
||||
@@ -12063,7 +12063,7 @@ typically requires performing some manual steps, such as data
|
||||
conversion or moving files.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
one of “18.09”, “19.03”, “19.09”, “20.03”, “20.09”, “21.03”, “21.05”, “21.11”, “22.05”, “22.11”, “23.05”, “23.11”, “24.05”, “24.11”, “25.05”, “25.11”, “26.05”</p>
|
||||
one of “18.09”, “19.03”, “19.09”, “20.03”, “20.09”, “21.03”, “21.05”, “21.11”, “22.05”, “22.11”, “23.05”, “23.11”, “24.05”, “24.11”, “25.05”, “25.11”, “26.05”, “26.11”</p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
@@ -15107,8 +15107,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -15135,8 +15135,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -34543,8 +34543,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -34571,8 +34571,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -35197,8 +35197,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -35225,8 +35225,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -35919,8 +35919,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -35947,8 +35947,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -38081,8 +38081,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -38109,8 +38109,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -38735,8 +38735,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -38763,8 +38763,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -39457,8 +39457,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -39485,8 +39485,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -57486,8 +57486,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -57514,8 +57514,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -58140,8 +58140,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -58168,8 +58168,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -58862,8 +58862,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -58890,8 +58890,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -90167,8 +90167,8 @@ list of lib.maintainers</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -90195,8 +90195,8 @@ list of lib.teams</p>
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/fjh4h1yh7yd6f56az28d9c5r7cqag56l-source/modules/generic/meta-maintainers.nix
|
||||
<code class="filename"><a class="filename" href="file:///nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix" target="_top">
|
||||
/nix/store/hjpr2qmr0vgs870lpaiz4m218cxsf65n-source/modules/generic/meta-maintainers.nix
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
@@ -24,8 +24,15 @@
|
||||
</tr>
|
||||
</table>
|
||||
<hr />
|
||||
</div><div class="appendix"> <div class="titlepage"> <div> <div> <h1 id="ch-release-notes" class="title" >Appendix D. Release Notes </h1> </div> </div></div><div class="toc"> <p><strong>Table of Contents</strong></p> <dl class="toc"> <dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-26.05">Release 26.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-25.11">Release 25.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-25.05">Release 25.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-24.11">Release 24.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-24.05">Release 24.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-23.11">Release 23.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-23.05">Release 23.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-22.11">Release 22.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-22.05">Release 22.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-21.11">Release 21.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-21.05">Release 21.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-20.09">Release 20.09</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-20.03">Release 20.03</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-19.09">Release 19.09</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-19.03">Release 19.03</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-18.09">Release 18.09</a> </span></dt> </dl></div><p>This section lists the release notes for stable versions of Home Manager
|
||||
and the current unstable version.</p><div class="chapter"> <div class="titlepage"> <div> <div> <h2 id="sec-release-26.05" class="title" >Release 26.05 </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-26.05-highlights">Highlights</a> </span></dt><dt> <span class="section"> <a href="release-notes.xhtml#sec-release-26.05-state-version-changes">State Version Changes</a> </span></dt> </dl></div><p>The 26.05 release branch became stable in May, 2026.</p><div class="section"> <div class="titlepage"> <div> <div> <h2 id="sec-release-26.05-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>WezTerm now supports declarative configuration via
|
||||
</div><div class="appendix"> <div class="titlepage"> <div> <div> <h1 id="ch-release-notes" class="title" >Appendix D. Release Notes </h1> </div> </div></div><div class="toc"> <p><strong>Table of Contents</strong></p> <dl class="toc"> <dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-26.11">Release 26.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-26.05">Release 26.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-25.11">Release 25.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-25.05">Release 25.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-24.11">Release 24.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-24.05">Release 24.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-23.11">Release 23.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-23.05">Release 23.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-22.11">Release 22.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-22.05">Release 22.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-21.11">Release 21.11</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-21.05">Release 21.05</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-20.09">Release 20.09</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-20.03">Release 20.03</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-19.09">Release 19.09</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-19.03">Release 19.03</a> </span></dt><dt> <span class="chapter"> <a href="release-notes.xhtml#sec-release-18.09">Release 18.09</a> </span></dt> </dl></div><p>This section lists the release notes for stable versions of Home Manager
|
||||
and the current unstable version.</p><div class="chapter"> <div class="titlepage"> <div> <div> <h2 id="sec-release-26.11" class="title" >Release 26.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-26.11-highlights">Highlights</a> </span></dt><dt> <span class="section"> <a href="release-notes.xhtml#sec-release-26.11-state-version-changes">State Version Changes</a> </span></dt> </dl></div><p>This is the current unstable branch and the information in this
|
||||
section is therefore not final.</p><div class="section"> <div class="titlepage"> <div> <div> <h2 id="sec-release-26.11-highlights" class="title" style="clear: both">Highlights </h2> </div> </div></div><p>This release has the following notable changes:</p>
|
||||
</div><div class="section"> <div class="titlepage"> <div> <div> <h2 id="sec-release-26.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
|
||||
“26.11” or later.</p>
|
||||
</div>
|
||||
|
||||
</div><div class="chapter"> <div class="titlepage"> <div> <div> <h2 id="sec-release-26.05" class="title" >Release 26.05 </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-26.05-highlights">Highlights</a> </span></dt><dt> <span class="section"> <a href="release-notes.xhtml#sec-release-26.05-state-version-changes">State Version Changes</a> </span></dt> </dl></div><p>The 26.05 release branch became stable in May, 2026.</p><div class="section"> <div class="titlepage"> <div> <div> <h2 id="sec-release-26.05-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>WezTerm now supports declarative configuration via
|
||||
<a class="xref" href="options.xhtml#opt-programs.wezterm.settings" ><code class="option">programs.wezterm.settings</code></a>. Settings are expressed as a Nix
|
||||
attribute set and serialized to Lua using <code class="literal">lib.generators.toLua</code>.
|
||||
Raw Lua expressions such as <code class="literal">wezterm.font</code> and <code class="literal">wezterm.action.*</code>
|
||||
|
||||
Reference in New Issue
Block a user