mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
14 lines
220 B
Nix
14 lines
220 B
Nix
{
|
|
programs.eza = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
colors = "always";
|
|
git = true;
|
|
icons = "always";
|
|
extraOptions = [
|
|
"--group-directories-first"
|
|
"--header"
|
|
];
|
|
};
|
|
}
|