Oliver Davies
361412db61
Add wezterm as another terminal option and to see how it compares to Alacritty.
7 lines
84 B
Nix
7 lines
84 B
Nix
{
|
|
programs.wezterm = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
};
|
|
}
|