Files
nixos-config/modules/home/yazi.nix

11 lines
120 B
Nix
Raw Normal View History

2025-11-09 14:34:17 -05:00
{
...
}:
{
programs.yazi = {
enable = true;
enableZshIntegration = true;
shellWrapperName = "y";
};
}