diff --git a/layers/steam.nix b/layers/steam.nix
index 8e009f2a1d29e9c412de9e2a9a02ee10abeeb11e..d67cde173bb3c8b1442627ebc2a1e9561c15b890 100644
--- a/layers/steam.nix
+++ b/layers/steam.nix
@@ -2,13 +2,13 @@
 
 with lib;
 
-let
-  customSteam = pkgs.steam.override {
-    withPrimus = true;
-    extraPkgs = pkgs: with pkgs; [ glxinfo ];
-  };
-
-in
+#let
+#  customSteam = pkgs.steam.override {
+#    withPrimus = true;
+#    extraPkgs = pkgs: with pkgs; [ glxinfo ];
+#  };
+#
+#in
 {
   hardware.opengl.driSupport32Bit = true;
   hardware.pulseaudio.support32Bit = true;
@@ -24,7 +24,7 @@ in
       "input"
     ];
     packages = [
-      customSteam
+      pkgs.steam
       pkgs.steam-run-native
       pkgs.gamescope
     ];