From a09efec5735e70fd603adb5c68843dc74e58be4a Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 15 Dec 2024 17:09:16 +0100 Subject: [PATCH] Migrate to new 32-bit graphics option --- modules/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui.nix b/modules/gui.nix index 99e47a9..4e561ae 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -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