aboutsummaryrefslogtreecommitdiff
path: root/home/eza.nix
blob: c501dc5562771294b89e45997b64520bb23fb27d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  programs.eza = {
    enable = true;
    icons = "auto";

    extraOptions = [
      "--group-directories-first"
      "--no-quotes"
    ];
  };
}