add RedistributableFirmware option

This commit is contained in:
Frost-Phoenix 2023-11-16 14:33:58 +01:00
parent 3be2bcae0c
commit 2912f736c4

View file

@ -3,6 +3,7 @@
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true;
hardware.enableRedistributableFirmware = true;
hardware.opengl.extraPackages = with pkgs; [
];