feat(zsh): enable eza icons

This commit is contained in:
Michael Mandl 2024-07-29 07:24:28 +02:00
parent 8636ba290d
commit 5081f01fc2
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -2,7 +2,9 @@
{ {
programs.eza = { programs.eza = {
enable = true; enable = true;
enableZshIntegration = true;
git = true; git = true;
icons = true;
extraOptions = [ "--group-directories-first" ]; extraOptions = [ "--group-directories-first" ];
}; };
} }