diff --git a/home/opdavies/hosts/PW05CH3L.nix b/home/opdavies/hosts/PW05CH3L.nix index ea1adc9b..1f9d7f86 100644 --- a/home/opdavies/hosts/PW05CH3L.nix +++ b/home/opdavies/hosts/PW05CH3L.nix @@ -11,4 +11,8 @@ tmux.enable = true; tmux-sessionizer.enable = true; }; + + home.sessionVariables = { + WAYLAND_DISPLAY = ""; + }; }