1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/programs/eza/default.nix
2025-04-27 14:30:15 -05:00

8 lines
158 B
Nix

{
eza-bash = ./bash.nix;
eza-fish = ./fish.nix;
eza-ion = ./ion.nix;
eza-nushell = ./nushell.nix;
eza-theme = ./theme.nix;
eza-zsh = ./zsh.nix;
}