mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 15:46:12 +01:00
13 lines
190 B
Nix
13 lines
190 B
Nix
{
|
|
programs.yazi = {
|
|
enable = true;
|
|
settings = {
|
|
manager = {
|
|
sort_by = "alphabetical";
|
|
show_hidden = true;
|
|
show_symlink = true;
|
|
};
|
|
};
|
|
};
|
|
}
|