Add wezterm

Add wezterm as another terminal option and to see how it compares to
Alacritty.
This commit is contained in:
Oliver Davies 2024-05-24 15:28:58 +01:00
parent fb4886be49
commit 361412db61
2 changed files with 7 additions and 0 deletions

View file

@ -19,6 +19,7 @@
./modules/ripgrep.nix
./modules/syncthing.nix
./modules/tmux.nix
./modules/wezterm.nix
./modules/zsh.nix
];
}

View file

@ -0,0 +1,6 @@
{
programs.wezterm = {
enable = true;
enableZshIntegration = true;
};
}