Wayland forcing env vars
This commit is contained in:
parent
f018b1b916
commit
74b502737c
|
@ -68,7 +68,12 @@ in with lib; {
|
|||
recommendedEnvironment = true;
|
||||
systemdIntegration = false;
|
||||
extraConfig = ''
|
||||
# Set environment variables to force wayland
|
||||
env = XCURSOR_SIZE,24
|
||||
env = GDK_BACKEND,"wayland,x11"
|
||||
env = QT_QPA_PLATFORM,"wayland;xcb"
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
|
|
Loading…
Reference in New Issue