ROCKPro64-Server/modules/home/programs/eza/default.nix

11 lines
167 B
Nix
Raw Normal View History

2025-02-28 12:08:04 -05:00
{ ... }:
{
programs.eza = {
enable = true;
git = true;
icons = "auto";
colors = "always";
extraOptions = [ "--group-directories-first" ];
};
}