configuration.nix/home/programs/exa.nix

10 lines
178 B
Nix
Raw Normal View History

2023-04-07 19:09:05 +05:30
{ ... }: {
programs.exa = {
enable = true;
enableAliases = true;
extraOptions = [ "--group-directories-first" "--group" ];
git = true;
icons = true;
};
}