games: some fixes

This commit is contained in:
caem 2025-03-02 20:19:15 +01:00
parent dd7f79a874
commit b30401044e
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 4 additions and 1 deletions

View file

@ -29,6 +29,9 @@
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
NVD_BACKEND = "direct";
NIXOS_OZONE_WL = 1;
SDL_VIDEODRIVER = "wayland";
GDK_BACKEND = "wayland";
CLUTTER_BACKEND = "wayland";
};
nixpkgs.config.cudaSupport = true;