programs.yazi.settings

Home-Manager option

Configuration written to $XDG_CONFIG_HOME/yazi/yazi.toml. See https://yazi-rs.github.io/docs/configuration/yazi for the full list of options.

type: TOML value
Default
{ }
Example
{ log = { enabled = false; }; mgr = { show_hidden = false; sort_by = "mtime"; sort_dir_first = true; sort_reverse = true; }; }
declared in: <home-manager/modules/programs/yazi.nix>source unavailable