depot/third_party/home-manager/tests/modules/programs/carapace/default.nix

7 lines
128 B
Nix
Raw Normal View History

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