From 3c4a63723593dcf407e688314915c9466f096a4f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 1 Mar 2026 21:32:49 -0500 Subject: [PATCH] force X11 with zeditor to avoid shift+v capture --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 79a749b..ab77141 100644 --- a/home.nix +++ b/home.nix @@ -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 }; };