nixfiles/home/profiles/shell/eza.nix
2024-04-06 11:21:36 -07:00

5 lines
50 B
Nix

_: {
programs.eza = {
enable = true;
};
}