fix yazi config

This commit is contained in:
2026-08-20 12:39:31 -05:00
parent 21581780d0
commit a64ff2cb9c

View File

@@ -402,8 +402,24 @@
yazi = {
enable = true;
enableZshIntegration = true;
settings = builtins.readFile ../config/yazi/yazi.toml;
theme = builtins.readFile ../config/yazi/themes/sprouting.toml;
flavors = {
sprouting = ../config/yazi/themes/sprouting.toml;
};
settings = {
mgr = {
show_hidden = true;
sort_by = "natural";
sort_sensitive = true;
sort_dir_first = true;
scrolloff = 5;
};
};
theme = {
flavor = {
dark = "sprouting";
light = "sprouting";
};
};
};
zoxide = {
enable = true;