intel driver stuff

This commit is contained in:
2024-10-04 13:41:22 -04:00
parent 47d5c52e18
commit 0b9a67ee2b
3 changed files with 3 additions and 2 deletions

View File

@@ -93,14 +93,14 @@
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
intel-vaapi-driver # previously vaapiIntel
vaapiVdpau
intel-compute-runtime # OpenCL filter support (hardware tonemapping and subtitle burn-in)
vpl-gpu-rt # QSV on 11th gen or newer
];
};
hardware.intelgpu.driver = "xe";
#fwupd for updating firmware
services.fwupd = {
enable = true;