mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
6a0cc46906
Also adds the new --git-ignore feature to avoid having to manually specify an ignore list.
13 lines
169 B
Nix
13 lines
169 B
Nix
{
|
|
programs.eza = {
|
|
enable = true;
|
|
icons = true;
|
|
|
|
extraOptions = [
|
|
"--group-directories-first"
|
|
"--no-quotes"
|
|
"--git-ignore"
|
|
];
|
|
};
|
|
}
|