diff --git a/desktop/general.nix b/desktop/general.nix index 6192dd8..33cf33b 100644 --- a/desktop/general.nix +++ b/desktop/general.nix @@ -159,7 +159,9 @@ in { ]; environment.variables = { - SDL_VIDEODRIVER = "wayland"; + SDL_VIDEODRIVER = "wayland,x11"; + SDL_AUDIODRIVER = "pipewire,pulseaudio"; + QT_QPA_PLATFORM = "wayland;xcb"; MOZ_DBUS_REMOTE = "1"; # For shared clipboard with Xwayland apps _JAVA_AWT_WM_NONREPARENTING = "1";