1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 00:00:44 +01:00
flake/home/programs/eza.nix

7 lines
102 B
Nix

_: {
programs.eza = {
enable = true;
icons = "auto";
extraOptions = [ "--all" ];
};
}