flake/home/applications/eza/default.nix
2024-10-19 13:45:14 +08:00

10 lines
124 B
Nix

{
programs.eza = {
enable = true;
icons = "auto";
};
home.shellAliases = {
"tree" = "eza --tree";
};
}