summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2024-06-23 15:32:13 +0200
committerAlan Pearce2024-06-23 15:32:13 +0200
commit6fa667e551b6cc6f4b8a41def23c3da2c822b803 (patch)
treeaa23b75df6bc8ff388cd9ad0d77793829f0f4d34 /system/settings
parenta04964835bdde663ce69cddcd696bf043c2ec7f3 (diff)
downloadnixfiles-6fa667e551b6cc6f4b8a41def23c3da2c822b803.tar.lz
nixfiles-6fa667e551b6cc6f4b8a41def23c3da2c822b803.tar.zst
nixfiles-6fa667e551b6cc6f4b8a41def23c3da2c822b803.zip
graphics: rename options
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/gaming.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix
index 17f25065..d11d5a3c 100644
--- a/system/settings/gaming.nix
+++ b/system/settings/gaming.nix
@@ -19,9 +19,9 @@
   };
   fonts.fontconfig.cache32Bit = true;
   hardware.steam-hardware.enable = true;
-  hardware.opengl = {
+  hardware.graphics = {
     enable = true;
-    driSupport32Bit = true;
+    enable32Bit = true;
   };
   hardware.pulseaudio.support32Bit = true;
   services.pipewire.alsa.support32Bit = true;