dotfiles/nix/home/programs/yazi/default.nix
2026-03-19 10:48:35 -07:00

9 lines
156 B
Nix

{ pkgs, ... }:
{
# A command-line file manager
programs.yazi = {
enable = true;
enableZshIntegration = true;
shellWrapperName = "y";
};
}