news: inform about yazi alias change

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-02-13 14:18:50 -06:00
parent ee49ee29a1
commit 1e53254671
2 changed files with 13 additions and 0 deletions

View file

@ -24,6 +24,10 @@ changes are only active if the `home.stateVersion` option is set to
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`.

View file

@ -0,0 +1,9 @@
{ config, ... }:
{
time = "2026-02-13T20:17:15+00:00";
condition = config.programs.yazi.enable;
message = "
The option `programs.yazi.shellWrapperName` default has changed from `yy` to `y`
to align with the recommendation from upstream.
";
}