11 lines
167 B
Nix
11 lines
167 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.eza = {
|
||
|
enable = true;
|
||
|
git = true;
|
||
|
icons = "auto";
|
||
|
colors = "always";
|
||
|
extraOptions = [ "--group-directories-first" ];
|
||
|
};
|
||
|
}
|