diff options
author | Alan Pearce | 2024-06-23 15:32:13 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-23 15:32:13 +0200 |
commit | 6fa667e551b6cc6f4b8a41def23c3da2c822b803 (patch) | |
tree | aa23b75df6bc8ff388cd9ad0d77793829f0f4d34 | |
parent | a04964835bdde663ce69cddcd696bf043c2ec7f3 (diff) | |
download | nixfiles-6fa667e551b6cc6f4b8a41def23c3da2c822b803.tar.lz nixfiles-6fa667e551b6cc6f4b8a41def23c3da2c822b803.tar.zst nixfiles-6fa667e551b6cc6f4b8a41def23c3da2c822b803.zip |
graphics: rename options
-rw-r--r-- | system/settings/gaming.nix | 4 |
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; |