10 lines
136 B
Nix
10 lines
136 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.eza = {
|
||
|
enable = true;
|
||
|
git = true;
|
||
|
icons = true;
|
||
|
extraOptions = [ "--octal-permissions" ];
|
||
|
};
|
||
|
}
|