diff --git a/modules/system/hardware/cpu/intel.nix b/modules/system/hardware/cpu/intel.nix index e2d11f5..5495e13 100644 --- a/modules/system/hardware/cpu/intel.nix +++ b/modules/system/hardware/cpu/intel.nix @@ -9,7 +9,7 @@ in { hardware = { cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware; - hardware.graphics.extraPackages = with pkgs; [ + graphics.extraPackages = with pkgs; [ intel-vaapi-driver intel-media-driver ];