summaryrefslogtreecommitdiff
path: root/modules/gaming.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gaming.nix')
-rw-r--r--modules/gaming.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gaming.nix b/modules/gaming.nix
index 4ec92f0..642978e 100644
--- a/modules/gaming.nix
+++ b/modules/gaming.nix
@@ -28,8 +28,7 @@ in {
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
};
- hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses
- hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
+ hardware.graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
hardware.steam-hardware.enable = true;
environment.systemPackages = with pkgs; [