add yazi config and theme

- moved config/nvim.lua -> config/nvim/system/nvim.lua
This commit is contained in:
2026-08-19 20:06:04 -05:00
parent 8c2ad7532a
commit 1f36a23b9a
4 changed files with 925 additions and 9 deletions

View File

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