14 lines
193 B
Nix
14 lines
193 B
Nix
|
{
|
||
|
programs.eza = {
|
||
|
enable = true;
|
||
|
icons = true;
|
||
|
extraOptions = [
|
||
|
"--group-directories-first"
|
||
|
"--time-style=long-iso"
|
||
|
"--git"
|
||
|
"-h"
|
||
|
"-g"
|
||
|
];
|
||
|
};
|
||
|
}
|