diff --git a/apple/macbook-pro/11-5/default.nix b/apple/macbook-pro/11-5/default.nix index a53b5d8..1fe60ae 100644 --- a/apple/macbook-pro/11-5/default.nix +++ b/apple/macbook-pro/11-5/default.nix @@ -10,9 +10,11 @@ in imports = [ ../. ../../../common/pc/laptop/ssd - ]; + # Enable broadcom-43xx firmware + hardware.enableRedistributableFirmware = true; + # Apparently this is currently only supported by ati_unfree drivers, not ati hardware.opengl.driSupport32Bit = false;