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