From e55f15a60fb81fa9ffe9f293c448145a6342c520 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 21 Oct 2024 11:55:24 +0200 Subject: [PATCH] eza.nix: switch icons to "auto" --- modules/programs/cli/eza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/cli/eza.nix b/modules/programs/cli/eza.nix index ea2457b..b19f47a 100644 --- a/modules/programs/cli/eza.nix +++ b/modules/programs/cli/eza.nix @@ -14,7 +14,7 @@ in { enable = true; package = pkgs.eza; git = true; - icons = true; + icons = "auto"; enableNushellIntegration = true; enableBashIntegration = true; enableFishIntegration = true;