about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-06-20 12:37:59 +0300
committerGitHub <noreply@github.com>2024-06-20 12:37:59 +0300
commit20b7b4f619034be99b77d5e9621f5f46ee65c7c8 (patch)
treef3768598afd5a06062db387ab34a0436a6b8b0a6 /pkgs/games/steam
parent138408df0468e52bf4abefc20a566f405724565e (diff)
parent1e3c610b8442bb22be3ca39542894f16d3c94d5c (diff)
Merge pull request #320228 from K900/opengl-cleanups
treewide: big opengl cleanups
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/fhsenv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index 559aee92c9f34..a2157da80d6b9 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -280,7 +280,7 @@ in buildFHSEnv rec {
     WARNING: Steam is not set up. Add the following options to /etc/nixos/configuration.nix
     and then run \`sudo nixos-rebuild switch\`:
     {
-      hardware.opengl.driSupport32Bit = true;
+      hardware.graphics.enable32Bit = true;
       hardware.pulseaudio.support32Bit = true;
     }
     **