diff --git a/modules/core/hardware.nix b/modules/core/hardware.nix index 801abb1..b86ba23 100755 --- a/modules/core/hardware.nix +++ b/modules/core/hardware.nix @@ -3,6 +3,7 @@ hardware.opengl.enable = true; hardware.opengl.driSupport = true; hardware.opengl.driSupport32Bit = true; + hardware.enableRedistributableFirmware = true; hardware.opengl.extraPackages = with pkgs; [ ];