eza 0.13.0

A modern replacement for ls
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  projectRootFile = "Cargo.toml";
  programs = {
    alejandra.enable = true;
    rustfmt.enable = true;
    shellcheck.enable = true;
  };
  settings = {
    formatter.shellcheck.includes = ["*.sh" "./completions/bash/eza"];
  };
}