This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
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" ];
};
}