Migrate to new 32-bit graphics option

This commit is contained in:
Simon Bruder 2024-12-15 17:09:16 +01:00
parent adc5fd4918
commit a09efec573
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -30,7 +30,7 @@ lib.mkIf config.sbruder.gui.enable {
services.udisks2.enable = true;
# steam (and other high quality software) still ships 32 bit binaries
hardware.opengl.driSupport32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
hardware.graphics.enable32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
environment.systemPackages = with pkgs; [
pkgs.gnome3.adwaita-icon-theme # lutris requires system-wide installation