44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
# Release 26.05 {#sec-release-26.05}
|
||
|
||
This is the current unstable branch and the information in this
|
||
section is therefore not final.
|
||
|
||
## Highlights {#sec-release-26.05-highlights}
|
||
|
||
This release has the following notable changes:
|
||
|
||
- The [](#opt-programs.anki.uiScale) option now expects a value in the
|
||
range 1.0–2.0, previously it erroneously expected values in the
|
||
range `0.0–1.0`.
|
||
|
||
## State Version Changes {#sec-release-26.05-state-version-changes}
|
||
|
||
The state version in this release includes the changes below. These
|
||
changes are only active if the `home.stateVersion` option is set to
|
||
\"26.05\" or later.
|
||
|
||
- The [](#opt-gtk.gtk4.theme) option does not mirror
|
||
[](#opt-gtk.theme) by default anymore.
|
||
|
||
- The [](#opt-programs.zsh.dotDir) option now defaults to the XDG
|
||
configuration directory (usually `~/.config/zsh`) when
|
||
[](#opt-xdg.enable) is true.
|
||
|
||
- The [](#opt-programs.yazi.shellWrapperName) option now defaults to
|
||
`y` instead of `yy`. For users with older `home.stateVersion` values,
|
||
the legacy default `yy` is retained.
|
||
|
||
- The [](#opt-xdg.userDirs.setSessionVariables) option now defaults to `false`
|
||
instead of `true`.
|
||
|
||
- The [](#opt-xdg.userDirs.extraConfig) option no longer accepts keys of the
|
||
form `XDG_<name>_DIR`, they should be now be just the name. For example, if
|
||
you had the key `XDG_DESKTOP_DIR` before, you should now use the key
|
||
`DESKTOP`. Home Manager 26.05 introduced a warning when the `XDG_<name>_DIR`
|
||
form is used.
|
||
|
||
- The [](#opt-programs.man.package) option now defaults to `null` on
|
||
Darwin because the GNU `man` from nixpkgs ships `apropos`/`man -k`
|
||
and `whatis`/`man -f` binaries that don't work on Darwin. Nix-installed
|
||
manual pages still work with macOS's built-in `man` via
|
||
[](#opt-home.extraOutputsToInstall).
|