feat(zsh): enable eza icons
parent
8636ba290d
commit
5081f01fc2
|
@ -2,7 +2,9 @@
|
|||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
extraOptions = [ "--group-directories-first" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue