This commit is contained in:
2026-01-09 20:50:27 +03:00
parent 73b61a8a2c
commit 3ab0d5d592
7 changed files with 54 additions and 88 deletions
+54 -25
View File
@@ -1,6 +1,7 @@
{
config,
pkgs,
inputs,
...
}:
{
@@ -77,31 +78,59 @@
];
};
programs = {
# 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 = {
# inherit (pkgs.yaziPlugins) nord;
# };
# };
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
;
};
settings = {
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";
}
];
};
theme = {
flavor = {
light = "nord";
dark = "nord";
};
};
};
flavors = {
nord = pkgs.yaziPlugins.nord;
};
};
git = {
enable = true;
config = {