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
2025-02-11 09:18:04 -06:00

5 lines
131 B
Nix

{
git-worktree-switcher-bash = ./bash.nix;
git-worktree-switcher-fish = ./fish.nix;
git-worktree-switcher-zsh = ./zsh.nix;
}