Explicitely Added Old Intel Driver
Some checks failed
/ Check Nix Flake (push) Has been cancelled

This commit is contained in:
Kaybee 2025-01-07 23:16:35 +01:00
parent bc61238e78
commit 850e904d22
No known key found for this signature in database

View file

@ -39,4 +39,9 @@ in {
# Hardware # Hardware
hardware.bosto-touchpad.enable = true; hardware.bosto-touchpad.enable = true;
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.graphics = {
enable = true;
extraPackages = [ pkgs.intel-media-sdk ];
};
} }