Fix wayland envvars

This commit is contained in:
Nathan McCarty 2023-06-16 20:58:52 -04:00
parent e6ba10685c
commit 3cd8e9776a
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ in with lib; {
extraConfig = ''
# Set environment variables to force wayland
env = XCURSOR_SIZE,24
env = GDK_BACKEND,"wayland,x11"
env = QT_QPA_PLATFORM,"wayland;xcb"
env = GDK_BACKEND,wayland,x11
env = QT_QPA_PLATFORM,wayland;xcb
env = SDL_VIDEODRIVER,wayland
env = CLUTTER_BACKEND,wayland
input {