diff --git a/machines/productivity-vm/home.nix b/machines/productivity-vm/home.nix index 11ade32..2e97183 100644 --- a/machines/productivity-vm/home.nix +++ b/machines/productivity-vm/home.nix @@ -23,7 +23,7 @@ # Sway outputs home.sessionVariables = { "WLR_NO_HARDWARE_CURSORS" = "1"; - "WLR_RENDERER" = "gles2"; + "WLR_RENDERER" = "pixman"; "WLR_RENDER_DRM_DEVICE" = "/dev/dri/renderD128"; "WLR_RENDERER_ALLOW_SOFTWARE" = "1"; };