From 850e904d225347abe6a1579985a2054a7fb05287 Mon Sep 17 00:00:00 2001 From: kB01 Date: Tue, 7 Jan 2025 23:16:35 +0100 Subject: [PATCH] Explicitely Added Old Intel Driver --- systems/x86_64-linux/LANA9Z/hardware.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systems/x86_64-linux/LANA9Z/hardware.nix b/systems/x86_64-linux/LANA9Z/hardware.nix index 3330c87..6531984 100644 --- a/systems/x86_64-linux/LANA9Z/hardware.nix +++ b/systems/x86_64-linux/LANA9Z/hardware.nix @@ -39,4 +39,9 @@ in { # Hardware hardware.bosto-touchpad.enable = true; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.graphics = { + enable = true; + extraPackages = [ pkgs.intel-media-sdk ]; + }; + }