mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
24d590cc32
* wezterm: Add `enableBashIntegration` option * wezterm: Add `enableZshIntegration` option
12 lines
516 B
Nix
12 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;
|
|
}
|