From a4754e56b7633ad20f150adde0d397051703d3db Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 19 Oct 2024 18:09:14 -0400 Subject: [PATCH] shell: follow upstream eza.icons syntax change true -> auto --- homeManagerModules/apps/shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/apps/shell/default.nix b/homeManagerModules/apps/shell/default.nix index bd083dfc..61a249b8 100644 --- a/homeManagerModules/apps/shell/default.nix +++ b/homeManagerModules/apps/shell/default.nix @@ -39,7 +39,7 @@ enable = true; extraOptions = ["--group-directories-first" "--header"]; git = true; - icons = true; + icons = "auto"; }; fzf = {