From 8e939317040fc06e48a8e73bb7d78efc365b70f6 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 15 Jul 2025 21:39:24 +0200 Subject: [PATCH] wildfire: 435 current 2025-07-15 21:37:14 25.05.20250708.88983d4 6.15.5 * eza fix --- modules/hm/eza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/eza.nix b/modules/hm/eza.nix index b476112..d8c08df 100644 --- a/modules/hm/eza.nix +++ b/modules/hm/eza.nix @@ -1,7 +1,7 @@ { programs.eza = { enable = true; - icons = true; + icons = "auto"; git = true; extraOptions = ["--group-directories-first"]; enableFishIntegration = true;