dotfiles/lib/shared/modules/wezterm.nix
Oliver Davies 361412db61 Add wezterm
Add wezterm as another terminal option and to see how it compares to
Alacritty.
2024-05-24 15:29:00 +01:00

7 lines
84 B
Nix

{
programs.wezterm = {
enable = true;
enableZshIntegration = true;
};
}