This commit is contained in:
2026-01-09 19:56:38 +03:00
parent 06bdc9a521
commit 9e329e183c
7 changed files with 85 additions and 25 deletions
+25 -25
View File
@@ -77,31 +77,31 @@
];
};
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
# ;
# };
# flavors = {
# inherit (pkgs.yaziPlugins) nord;
# };
# };
git = {
enable = true;
config = {