1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 11:53:27 +02:00
home-manager/tests/modules/programs/carapace/default.nix

7 lines
128 B
Nix
Raw Normal View History

2023-09-03 12:09:45 +02:00
{
carapace-bash = ./bash.nix;
carapace-zsh = ./zsh.nix;
carapace-fish = ./fish.nix;
carapace-nushell = ./nushell.nix;
}