1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-05 21:03:27 +02:00
home-manager/tests/modules/programs/wezterm/default.nix
Olmo Kramer 24d590cc32
wezterm: add integrations for Bash and Zsh (#3934)
* wezterm: Add `enableBashIntegration` option

* wezterm: Add `enableZshIntegration` option
2023-06-05 22:46:18 +02:00

13 lines
516 B
Nix

{
wezterm-example-setting = ./example-setting.nix;
wezterm-empty-setting = ./empty-setting.nix;
wezterm-bash-integration-default = ./bash-integration-default.nix;
wezterm-bash-integration-disabled = ./bash-integration-disabled.nix;
wezterm-bash-integration-enabled = ./bash-integration-enabled.nix;
wezterm-zsh-integration-default = ./zsh-integration-default.nix;
wezterm-zsh-integration-disabled = ./zsh-integration-disabled.nix;
wezterm-zsh-integration-enabled = ./zsh-integration-enabled.nix;
}