treewide: rename graphics-options from opengl

This commit is contained in:
Felix Buehler 2024-11-17 00:50:14 +01:00
parent 2c88e9f057
commit 9bf3f2adb1
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,8 @@ in
programs.steam.enable = true;
hardware = {
opengl.driSupport32Bit = true;
opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
graphics.enable32Bit = true;
graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
pulseaudio.support32Bit = true;
};
};