nichts/nyx/homes/notashelf/programs/terminal/tools/eza.nix
2024-04-09 23:11:33 +02:00

12 lines
194 B
Nix

{
programs.eza = {
enable = true;
icons = true;
git = true;
enableZshIntegration = false;
extraOptions = [
"--group-directories-first"
"--header"
];
};
}