From 8606d029f79fdf8e10a59f4ae050c98602fcaf4a Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 30 Sep 2024 21:50:19 +0200 Subject: [PATCH] hardware/cpu/intel.nix: fix nix code --- modules/system/hardware/cpu/intel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];