From d55363ad57f0810c4fa40b2147edcb5b81906c4f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 18 Oct 2024 09:06:25 -0400 Subject: [PATCH] shell: migrate eza.icons 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 = {