Files
shed/modules/home/programs/eza.nix

10 lines
184 B
Nix

{...}: {
programs.eza = {
enable = true;
enableZshIntegration = false;
extraOptions = ["-1" "-h" "--group-directories-first"];
icons = "auto";
git = true;
};
}