From a318b2ebfae401ab3adecb88641d0da2111d0a4a Mon Sep 17 00:00:00 2001 From: Rehno Lindeque Date: Tue, 6 Sep 2022 18:49:29 +0000 Subject: [PATCH] apple/macbook-pro/11-5: explicitly turn on redistributable firmware --- apple/macbook-pro/11-5/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;