mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-26 04:54:35 +00:00
Disable git integration in eza
This commit is contained in:
parent
8a8f80b6df
commit
e7a4ae3034
|
@ -3,7 +3,7 @@
|
|||
programs.eza = {
|
||||
enable = true;
|
||||
icons = false;
|
||||
git = true;
|
||||
git = false;
|
||||
enableZshIntegration = false;
|
||||
extraOptions = [
|
||||
"--group-directories-first"
|
||||
|
|
Loading…
Reference in a new issue