Added the Yazi TUI file browser

This commit is contained in:
2025-11-09 14:34:17 -05:00
parent dee0c41a05
commit 2f6bed228d
2 changed files with 11 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
./vscode.nix ./vscode.nix
./wallpaper.nix ./wallpaper.nix
./xdg.nix ./xdg.nix
./yazi.nix
./zsh.nix ./zsh.nix
]; ];
} }

10
modules/home/yazi.nix Normal file
View File

@@ -0,0 +1,10 @@
{
...
}:
{
programs.yazi = {
enable = true;
enableZshIntegration = true;
shellWrapperName = "y";
};
}