all repos — nixfiles @ 6fa667e551b6cc6f4b8a41def23c3da2c822b803

System and user configuration, managed by nix and home-manager

graphics: rename options

Alan Pearce
commit

6fa667e551b6cc6f4b8a41def23c3da2c822b803

parent

a04964835bdde663ce69cddcd696bf043c2ec7f3

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M system/settings/gaming.nixsystem/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;