This commit is contained in:
2026-01-11 13:54:36 +03:00
parent c402cfa7cf
commit 804894a2fc
2 changed files with 59 additions and 7 deletions
+58
View File
@@ -9,5 +9,63 @@
broot.enable = true;
bottom.enable = true;
fastfetch.enable = true;
yazi = {
enable = true;
plugins = {
inherit (pkgs.yaziPlugins)
gitui
git
sudo
ouch
rsync
diff
mount
chmod
dupes
lazygit
toggle-pane
rich-preview
smart-filter
full-border
recycle-bin
;
};
flavors = {
nord = pkgs.yaziPlugins.nord;
};
theme = {
flavor = {
light = "nord";
dark = "nord";
};
};
keymap = {
mgr.prepend_keymap = [
{
on = [
"g"
"i"
];
run = "plugin lazygit";
desc = "run lazygit";
}
{
run = "plugin ouch --args=zip";
on = [
"g"
"C"
];
desc = "Compress with ouch";
}
];
};
settings = {
mgr.ratio = [
1
1
4
];
};
};
};
}
+1 -7
View File
@@ -104,7 +104,7 @@ in
syntaxHighlight = true;
};
yazi = {
enable = true;
enable = false;
plugins = {
inherit (pkgs.yaziPlugins)
gitui
@@ -134,12 +134,6 @@ in
1
4
];
# opener.edit = [
# {
# run = "flow %s";
# block = true;
# }
# ];
};
keymap = {
mgr.prepend_keymap = [