From 342b08c4a2a734811bc75b09a5bb082804d54c36 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 25 Apr 2025 11:22:03 +0200 Subject: [PATCH] home/eza: enable icons --- home/programs/eza.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/eza.nix b/home/programs/eza.nix index 4c46428..4424f15 100644 --- a/home/programs/eza.nix +++ b/home/programs/eza.nix @@ -2,6 +2,7 @@ { programs.eza = { enable = true; + icons = "auto"; enableNushellIntegration = config.programs.nushell.enable; }; }