mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
13 lines
204 B
Nix
13 lines
204 B
Nix
{ ... }:
|
|
{
|
|
programs.eza = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
icons = "auto";
|
|
git = true;
|
|
extraOptions = [
|
|
"--group-directories-first"
|
|
"--header"
|
|
];
|
|
};
|
|
}
|