From 6bbdf1ba8d8c8a9e3ff66edb6912ef8179b6d805 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 16 Dec 2025 06:17:11 -0800 Subject: tweak kitty and eza --- home/profiles/eza.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/profiles/eza.nix') diff --git a/home/profiles/eza.nix b/home/profiles/eza.nix index f71b9b6..0952201 100644 --- a/home/profiles/eza.nix +++ b/home/profiles/eza.nix @@ -2,15 +2,15 @@ { programs.eza = { enable = true; - icons = "never"; + icons = "auto"; colors = "always"; git = true; + # I setup my own aliases enableFishIntegration = false; extraOptions = [ "--group-directories-first" "--no-quotes" "--git-ignore" - "--icons=never" ]; }; -- cgit v1.2.3