From 2912f736c4a4b4a4e6fd433686db90231a39da3f Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 16 Nov 2023 14:33:58 +0100 Subject: [PATCH] add RedistributableFirmware option --- modules/core/hardware.nix | 1 + 1 file changed, 1 insertion(+) 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; [ ];