Yazi: wrapper

This commit is contained in:
Filippo Berto 2025-03-28 10:59:43 +01:00
parent cee8aace8c
commit 3f83107d0a
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -8,7 +8,6 @@
pkgs.unar pkgs.unar
pkgs.mpv pkgs.mpv
]; ];
shellAliases.y = "yazi";
}; };
programs.yazi = { programs.yazi = {
@ -16,6 +15,7 @@
enableBashIntegration = true; enableBashIntegration = true;
enableNushellIntegration = true; enableNushellIntegration = true;
enableZshIntegration = true; enableZshIntegration = true;
shellWrapperName = "y";
settings = { settings = {
manager = { manager = {
sort_by = "natural"; sort_by = "natural";