{
  config,
  pkgs,
  inputs,
  lib,
  ...
}:
{
  programs.eza = {
    colors = "always";
    enable = true;
    enableBashIntegration = true;
    enableZshIntegration = true;
    extraOptions = [
      "--group-directories-first"
      "--header"
      "--hyperlink"
    ];
    git = true;
    icons = "always";
  };
}