From f01946f1ec0b3c0fe652920e5f2baf3356cc63e1 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 22 Mar 2024 13:40:44 -0400 Subject: [PATCH] home-manager: enabled `eza --icons` by default --- home/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shell.nix b/home/shell.nix index 646c087a..d1adadc6 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -23,6 +23,7 @@ programs.eza = { enable = true; git = true; + icons = true; extraOptions = [ "--group-directories-first" "--header"