From b4c3500734045c7c413320066e7907c9016e659b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Wed, 3 Apr 2024 22:51:34 +0200 Subject: [PATCH] feat: 32-bit dri support --- modules/nixos/hardware/amdgpu.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/hardware/amdgpu.nix b/modules/nixos/hardware/amdgpu.nix index f8a5029..61592b8 100644 --- a/modules/nixos/hardware/amdgpu.nix +++ b/modules/nixos/hardware/amdgpu.nix @@ -13,6 +13,7 @@ in { hardware.opengl = { enable = true; driSupport = true; + driSupport32Bit = true; extraPackages = with pkgs; [ rocmPackages.clr.icd ]; };