graphics: use renamed graphics options (from opengl)
This commit is contained in:
parent
158a43cc72
commit
c47d70a7a9
4 changed files with 21 additions and 17 deletions
|
@ -7,8 +7,8 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.chvp.games.steam.enable {
|
||||
hardware.opengl = {
|
||||
driSupport32Bit = true;
|
||||
hardware.graphics = {
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs.pkgsi686Linux; [ libva ];
|
||||
};
|
||||
services.pipewire.alsa.support32Bit = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue