Add wezterm
Add wezterm as another terminal option and to see how it compares to Alacritty.
This commit is contained in:
parent
fb4886be49
commit
361412db61
|
@ -19,6 +19,7 @@
|
||||||
./modules/ripgrep.nix
|
./modules/ripgrep.nix
|
||||||
./modules/syncthing.nix
|
./modules/syncthing.nix
|
||||||
./modules/tmux.nix
|
./modules/tmux.nix
|
||||||
|
./modules/wezterm.nix
|
||||||
./modules/zsh.nix
|
./modules/zsh.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
6
lib/shared/modules/wezterm.nix
Normal file
6
lib/shared/modules/wezterm.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
programs.wezterm = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue