diff --git a/shell/eza.nix b/shell/eza.nix index 7422f80..7d21b61 100644 --- a/shell/eza.nix +++ b/shell/eza.nix @@ -2,7 +2,9 @@ { programs.eza = { enable = true; + enableZshIntegration = true; git = true; + icons = true; extraOptions = [ "--group-directories-first" ]; }; }