From b9670c2bd3b368b3743c05964d3cd44e1ddd3d78 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Mon, 4 Nov 2024 10:18:45 -0400 Subject: [PATCH] Fixed eza config --- home/shell/eza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell/eza.nix b/home/shell/eza.nix index 922d956..19a6922 100644 --- a/home/shell/eza.nix +++ b/home/shell/eza.nix @@ -5,7 +5,7 @@ "--group-directories-first" "--header" ]; - icons = true; + icons = "auto"; }; home.shellAliases = {