summaryrefslogtreecommitdiff
path: root/applications/cli/eza/default.nix
blob: a8d2f579ee6076c93f3ad19a881b8e700deb7411 (plain) (blame)
1
2
3
4
5
6
7
_: {
  programs.eza = {
    enable = true;
    icons = true;
    enableFishIntegration = true;
  };
}