Disable git integration in eza

This commit is contained in:
ItsDrike 2024-04-04 23:40:03 +02:00
parent 8a8f80b6df
commit e7a4ae3034
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -3,7 +3,7 @@
programs.eza = {
enable = true;
icons = false;
git = true;
git = false;
enableZshIntegration = false;
extraOptions = [
"--group-directories-first"