diff --git a/machines/productivity-vm/home.nix b/machines/productivity-vm/home.nix index a2cda27..fae8ad5 100644 --- a/machines/productivity-vm/home.nix +++ b/machines/productivity-vm/home.nix @@ -21,7 +21,11 @@ home.packages = with pkgs; [ gammastep ]; # Sway outputs - home.sessionVariables = { "WLR_NO_HARDWARE_CURSORS" = "1"; }; + home.sessionVariables = { + "WLR_NO_HARDWARE_CURSORS" = "1"; + "WLR_RENDERER" = "gles2"; + "WLR_RENDER_DRM_DEVICE" = "/dev/dri/renderD128"; + }; wayland.windowManager.sway.config = { output = { Virtual-1 = {