This commit is contained in:
2026-01-09 18:17:04 +03:00
parent a7a7dc4806
commit 443daa1c6c
+23 -19
View File
@@ -13,22 +13,6 @@
fastfetchMinimal fastfetchMinimal
# yazi # yazi
yaziPlugins.gitui
yaziPlugins.git
yaziPlugins.sudo
yaziPlugins.ouch
yaziPlugins.nord
yaziPlugins.rsync
yaziPlugins.diff
yaziPlugins.mount
yaziPlugins.chmod
yaziPlugins.dupes
yaziPlugins.lazygit
yaziPlugins.toggle-pane
yaziPlugins.rich-preview
yaziPlugins.smart-filter
yaziPlugins.full-border
yaziPlugins.recycle-bin
# Encrypt # Encrypt
age age
@@ -95,6 +79,29 @@
]; ];
}; };
programs = { programs = {
yazi = {
enable = true;
plugins = {
inherit (pkgs.yaziPlugins)
gitui
git
sudo
ouch
nord
rsync
diff
mount
chmod
dupes
lazygit
toggle-pane
rich-preview
smart-filter
full-border
recycle-bin
;
};
};
git = { git = {
enable = true; enable = true;
config = { config = {
@@ -105,9 +112,6 @@
}; };
}; };
lazygit.enable = true; lazygit.enable = true;
yazi = {
enable = true;
};
bat.enable = true; bat.enable = true;
# command-not-found.enable = false; # command-not-found.enable = false;
# nix-index.enable = true; # nix-index.enable = true;