MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/yazi/yazi.toml.

See https://yazi-rs.github.io/docs/configuration/yazi for the full list of options.

Declarations
Type
TOML value
Default
{ }
Example
{
  log = {
    enabled = false;
  };
  manager = {
    show_hidden = false;
    sort_by = "modified";
    sort_dir_first = true;
    sort_reverse = true;
  };
}