home-manager/eza.nix

9 lines
124 B
Nix
Raw Normal View History

2024-07-10 06:10:56 +00:00
{ ... }:
{
programs.eza = {
enable = true;
git = true;
extraOptions = [ "--group-directories-first" ];
};
}