nixos-combined-flake/modules/home-manager/shell/yazi/default.nix

9 lines
103 B
Nix

_: {
programs = {
yazi = {
enable = true;
enableZshIntegration = true;
};
};
}