diff --git a/home/modules/programs/eza.nix b/home/modules/programs/eza.nix index 03e2d34..8a9b4e4 100644 --- a/home/modules/programs/eza.nix +++ b/home/modules/programs/eza.nix @@ -17,6 +17,8 @@ in { (lib.mkIf cfg.enable { programs.eza = { enable = true; + colors = "auto"; + icons = "auto"; }; }) (lib.mkIf (cfg.enable && fish-cfg.enable) {