diff --git a/apps/nogui/eza.nix b/apps/nogui/eza.nix index 9dbb8f3725ecb6a45da1ff55e493efd84edb23e8..ac1155f0c3e0841e8562b0ea1d1da7728f761437 100644 --- a/apps/nogui/eza.nix +++ b/apps/nogui/eza.nix @@ -3,7 +3,7 @@ { programs.eza = { enable = true; git = true; - icons = "auto"; + icons = true; }; programs.nushell.shellAliases.ll = lib.mkForce "eza -al"; }