feat(zsh): enable eza icons

main
mandlm 2024-07-29 07:24:28 +02:00
parent 8636ba290d
commit 5081f01fc2
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
1 changed files with 2 additions and 0 deletions

View File

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