summaryrefslogtreecommitdiff
path: root/modules/pc/variables/wayland.nix
blob: ee21d52ad9009c14860fdb32d527edf049cd6a96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  environment.variables = {
    GDK_BACKEND = "wayland,x11,*";
    SDL_VIDEODRIVER = "wayland";
    CLUTTER_BACKEND = "wayland";
    XWAYLAND_NO_GLAMOR = "0"; # Gamescope
    ANKI_WAYLAND = "1";
    XDG_SESSION_TYPE = "wayland";
  };
}