10 lines
184 B
Nix
10 lines
184 B
Nix
{...}: {
|
|
programs.eza = {
|
|
enable = true;
|
|
enableZshIntegration = false;
|
|
extraOptions = ["-1" "-h" "--group-directories-first"];
|
|
icons = "auto";
|
|
git = true;
|
|
};
|
|
}
|