From 8e57979d3c3336aa76abf2d83bef88d7b197cf38 Mon Sep 17 00:00:00 2001 From: muon Date: Sun, 8 Mar 2026 11:43:20 +0000 Subject: [PATCH] Add wezterm bind --- modules/home/desktop/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/i3.nix b/modules/home/desktop/i3.nix index 524aaa8..80defe6 100644 --- a/modules/home/desktop/i3.nix +++ b/modules/home/desktop/i3.nix @@ -94,7 +94,7 @@ in enable = true; config = { modifier = modifier; - terminal = "alacritty"; + terminal = if config.mods.terminal.wezterm.enable then "wezterm" else "alacritty"; menu = "rofi -show drun"; window = {