diff --git a/modules/gaming.nix b/modules/gaming.nix index 9414cda..d8f4074 100644 --- a/modules/gaming.nix +++ b/modules/gaming.nix @@ -3,12 +3,16 @@ with lib; { programs.steam.enable = true; + hardware.opengl = { + driSupport = true; + driSupport32Bit = true; + }; environment.systemPackages = with pkgs; [ airshipper lutris heroic protonup-qt - wineWayland + winePackages.waylandFull winetricks gamescope cemu @@ -16,5 +20,6 @@ with lib; mangohud dwarfs fuse-overlayfs + steam-run ]; }