home-manager/eza.nix

9 lines
124 B
Nix

{ ... }:
{
programs.eza = {
enable = true;
git = true;
extraOptions = [ "--group-directories-first" ];
};
}