diff --git a/modules/hm/eza.nix b/modules/hm/eza.nix index b476112..d8c08df 100644 --- a/modules/hm/eza.nix +++ b/modules/hm/eza.nix @@ -1,7 +1,7 @@ { programs.eza = { enable = true; - icons = true; + icons = "auto"; git = true; extraOptions = ["--group-directories-first"]; enableFishIntegration = true;