fix yazi config
This commit is contained in:
@@ -402,8 +402,24 @@
|
|||||||
yazi = {
|
yazi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = builtins.readFile ../config/yazi/yazi.toml;
|
flavors = {
|
||||||
theme = builtins.readFile ../config/yazi/themes/sprouting.toml;
|
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 = {
|
zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user