1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 18:57:22 +00:00
home-manager/tests/modules/programs/git-worktree-switcher/default.nix

6 lines
131 B
Nix
Raw Normal View History

2024-12-14 16:13:07 -03:00
{
git-worktree-switcher-bash = ./bash.nix;
git-worktree-switcher-fish = ./fish.nix;
git-worktree-switcher-zsh = ./zsh.nix;
}