feat: 32-bit dri support

This commit is contained in:
2024-04-03 22:51:34 +02:00
parent e44948405a
commit b4c3500734

View File

@@ -13,6 +13,7 @@ in {
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
driSupport = true; driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [ rocmPackages.clr.icd ]; extraPackages = with pkgs; [ rocmPackages.clr.icd ];
}; };