Files
nix-config/home/pc/common/programs/yazi.nix
T

8 lines
116 B
Nix

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