force X11 with zeditor to avoid shift+v capture

This commit is contained in:
2026-03-01 21:32:49 -05:00
parent 78d9960594
commit 3c4a637235

View File

@@ -171,7 +171,7 @@ in
v = "nvim";
}
// lib.optionalAttrs stdenv.isLinux {
zed = "zeditor";
zed = "env WAYLAND_DISPLAY='' zeditor"; # BUG: zed captures shift+v and g space on wayland
};
};