summaryrefslogtreecommitdiff
path: root/modules/variables/wayland.nix
blob: c1a51d9722b82f032b60590fc90a2a6b2c0c7ea3 (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 = "1"; # Gamescope
    ANKI_WAYLAND = "1";
    XDG_SESSION_TYPE = "wayland";
  };
}