nix-darwin/home/eza.nix
2026-03-15 02:49:46 +09:00

10 lines
170 B
Nix

{
programs.eza = {
enable = true;
color = "auto";
git = true;
icons = "auto";
enableZshIntegration = true;
enableBashIntegration = true;
};
}