nichts/nyx/homes/notashelf/programs/terminal/tools/eza.nix

13 lines
194 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
programs.eza = {
enable = true;
icons = true;
git = true;
enableZshIntegration = false;
extraOptions = [
"--group-directories-first"
"--header"
];
};
}