mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
10 lines
171 B
Nix
10 lines
171 B
Nix
{
|
|
programs.eza = {
|
|
enable = true;
|
|
colors = "auto";
|
|
git = true;
|
|
icons = "auto";
|
|
enableZshIntegration = true;
|
|
enableBashIntegration = true;
|
|
};
|
|
}
|