mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-18 22:33:00 +00:00
Due to fish being a non-POSIX shell, granted provides a separate wrapper to be used by fish.
6 lines
280 B
Nix
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;
|
|
}
|