feat: Refine eza options to show icons

This commit is contained in:
ulic-youthlic 2025-11-11 18:11:23 +08:00
parent 307f52387d
commit 80e26c8537
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -17,6 +17,8 @@ in {
(lib.mkIf cfg.enable { (lib.mkIf cfg.enable {
programs.eza = { programs.eza = {
enable = true; enable = true;
colors = "auto";
icons = "auto";
}; };
}) })
(lib.mkIf (cfg.enable && fish-cfg.enable) { (lib.mkIf (cfg.enable && fish-cfg.enable) {