depot/third_party/home-manager/tests/modules/programs/wezterm/default.nix
Default email 75fa0ae5af Project import generated by Copybara.
GitOrigin-RevId: c3ab5ea047e6dc73df530948f7367455749d8906
2023-08-08 12:19:01 +02:00

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;
}