diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-12 19:35:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-12 19:35:12 +0200 |
| commit | bd1dc30d13bf2688b097a638a8a518dac879f682 (patch) | |
| tree | 4d404537fb5ec8a41980fbb3ea95ba6dd2e543b2 /nixos | |
| parent | aea58915c4f32a2cfbf51b81db0e07d2a36ad018 (diff) | |
Update yazi.nix
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/mdls/yazi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/mdls/yazi.nix b/nixos/mdls/yazi.nix index 036c627..39c1402 100644 --- a/nixos/mdls/yazi.nix +++ b/nixos/mdls/yazi.nix @@ -3,8 +3,8 @@ enable = true; settings = { - manager = { - layout = [ 1 4 3 ]; + mgr = { + ratio = [ 1 4 3 ]; sort_by = "alphabetical"; sort_dir_first = true; linemode = "none"; |
