nixconf/home-manager/eza.nix
Gabriella Bere f482d6f06b added nixfmt-tree as formatter
also ran it, which is why so many files were modified
2025-06-03 16:10:04 +01:00

9 lines
125 B
Nix

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