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

@ -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.
";
}