dotfiles/modules/programs/eza.nix

8 lines
90 B
Nix

{ ... }:
{
programs.eza = {
enableZshIntegration = true;
enable = true;
};
}