{ inputs, config, pkgs, ... }:
{
programs.yazi = {
enable = true;
enableZshIntegration = true;
settings = {
manager = {
sort_by = "natural";
};
}