From b6dafe490811eab4a788b9c8eba0a11b2071ad29 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Sat, 21 Feb 2026 23:30:05 +1100 Subject: [PATCH] fix(yazi): update shell wrapper name --- modules/home-manager/features/yazi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/features/yazi.nix b/modules/home-manager/features/yazi.nix index ed4affc..42575dd 100644 --- a/modules/home-manager/features/yazi.nix +++ b/modules/home-manager/features/yazi.nix @@ -5,6 +5,7 @@ { programs.yazi = { enable = true; + shellWrapperName = "y"; plugins = { # keep-sorted start diff = pkgs.yaziPlugins.diff;