news: inform about yazi alias change
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
ee49ee29a1
commit
1e53254671
2 changed files with 13 additions and 0 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
9
modules/misc/news/2026/02/2026-02-13_14-17-15.nix
Normal file
9
modules/misc/news/2026/02/2026-02-13_14-17-15.nix
Normal 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.
|
||||
";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue