{pkgs, ...}: { programs.eza = { enable = true; git = true; colors = "auto"; icons = "auto"; enableZshIntegration = true; enableFishIntegration = true; enableBashIntegration = true; }; }