9 lines
124 B
Nix
9 lines
124 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.eza = {
|
||
|
enable = true;
|
||
|
git = true;
|
||
|
extraOptions = [ "--group-directories-first" ];
|
||
|
};
|
||
|
}
|