9 lines
156 B
Nix
9 lines
156 B
Nix
# A modern replacement for 'ls'.
|
|
{...}: {
|
|
programs.eza = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
git = true;
|
|
icons = "auto";
|
|
};
|
|
}
|