13 lines
194 B
Nix
13 lines
194 B
Nix
![]() |
{
|
||
|
programs.eza = {
|
||
|
enable = true;
|
||
|
icons = true;
|
||
|
git = true;
|
||
|
enableZshIntegration = false;
|
||
|
extraOptions = [
|
||
|
"--group-directories-first"
|
||
|
"--header"
|
||
|
];
|
||
|
};
|
||
|
}
|