configuration.nix/home/programs/eza.nix

10 lines
179 B
Nix
Raw Normal View History

2023-09-10 13:07:04 +05:30
_: {
programs.eza = {
enable = true;
2024-03-15 22:21:11 +05:30
enableZshIntegration = true;
2023-11-04 16:12:45 +05:30
extraOptions = [ "--group-directories-first" "--group" ];
2023-09-10 13:07:04 +05:30
git = true;
icons = true;
};
}