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

11 lines
120 B
Nix

{
...
}:
{
programs.yazi = {
enable = true;
enableZshIntegration = true;
shellWrapperName = "y";
};
}