1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-19 06:43:01 +00:00
home-manager/tests/modules/programs/granted/default.nix
Raine Godmaire 83f4629364
granted: support fish shell (#6549)
Due to fish being a non-POSIX shell, granted provides a separate wrapper
to be used by fish.
2025-03-07 13:29:16 -06:00

6 lines
280 B
Nix

{
granted-zsh-integration-enabled = ./zsh-integration-enabled.nix;
granted-zsh-integration-disabled = ./zsh-integration-disabled.nix;
granted-fish-integration-enabled = ./fish-integration-enabled.nix;
granted-fish-integration-disabled = ./fish-integration-disabled.nix;
}