about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-06-16 13:50:18 +0300
committerK900 <me@0upti.me>2024-06-16 14:11:33 +0300
commit98cef4c27326d0f9e521654441929c1c7c64f8e9 (patch)
tree7306c7495664017475f03f36c4efd878a79bb836 /pkgs/games
parent951601ccab7c3e8f9afa3ed78f2046863e6fa81d (diff)
treewide: big opengl cleanup
- rename hardware.opengl to hardware.graphics
- remove hardware.opengl.driSupport, which does nothing
- remove hardware.opengl.setLdLibraryPath, which should never be done
- rename hardware.opengl.driSupport32Bit to hardware.graphics.enable32Bit
- lost of small docs / formatting cleanups
Diffstat (limited to 'pkgs/games')
-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;
     }
     **