fix yazi config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user