nixconf/home-manager/eza.nix

9 lines
129 B
Nix

{ pkgs, ... }:
{
programs.eza = {
enable = true;
enableZshIntegration = true;
git = true;
icons = true;
};
}