Files
nix-config/users/modules/eza.nix
2025-05-04 03:25:42 +02:00

9 lines
104 B
Nix

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