diff --git a/home/programs/eza.nix b/home/programs/eza.nix index 2a49718..6971863 100644 --- a/home/programs/eza.nix +++ b/home/programs/eza.nix @@ -4,6 +4,6 @@ _: { enableZshIntegration = true; extraOptions = [ "--group-directories-first" "--group" ]; git = true; - icons = true; + icons = "auto"; }; }