Add wezterm bind

This commit is contained in:
muon 2026-03-08 11:43:20 +00:00
parent 3a4353b990
commit 8e57979d3c

View file

@ -94,7 +94,7 @@ in
enable = true; enable = true;
config = { config = {
modifier = modifier; modifier = modifier;
terminal = "alacritty"; terminal = if config.mods.terminal.wezterm.enable then "wezterm" else "alacritty";
menu = "rofi -show drun"; menu = "rofi -show drun";
window = { window = {