1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 22:07:30 +02:00
home-manager/tests/modules/programs/carapace/default.nix
2024-04-10 21:26:10 +02:00

6 lines
128 B
Nix

{
carapace-bash = ./bash.nix;
carapace-zsh = ./zsh.nix;
carapace-fish = ./fish.nix;
carapace-nushell = ./nushell.nix;
}