dotfiles/modules/home/cli/files/yazi/config/settings.nix
2025-03-29 23:08:26 -05:00

18 lines
296 B
Nix
Executable file

{
settings = {
log = {
enabled = false;
};
manager = {
show_hidden = true;
sort_by = "alphabetical";
sort_dir_first = true;
sort_reverse = false;
};
preview = {
tab_size = 2;
max_width = 1500;
max_height = 1000;
};
};
}