15 lines
222 B
Nix
15 lines
222 B
Nix
{
|
|
programs.yazi = {
|
|
enable = true;
|
|
enableNushellIntegration = true;
|
|
shellWrapperName = "y";
|
|
settings = {
|
|
manager = {
|
|
show_hidden = true;
|
|
sort_by = "natural";
|
|
sort_dir_first = true;
|
|
};
|
|
};
|
|
};
|
|
}
|