mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Use `numbers.between 1.0 2.0` for the UI scale type to match Anki's actual behavior where ProfileManager.uiScale clamps values below 1.0 to 1.0.
837 B
837 B
Release 26.05
This is the current unstable branch and the information in this section is therefore not final.
Highlights
This release has the following notable changes:
- The 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
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
gtk.gtk4.themeoption does not mirrorgtk.themeby default anymore. -
The
programs.zsh.dotDiroption now defaults to the XDG configuration directory (usually~/.config/zsh) whenxdg.enableis true.