Use intel-media-driver by default

This commit is contained in:
2022-12-07 01:00:53 +01:00
parent 1d3e53c062
commit 28e01ee287
2 changed files with 3 additions and 1 deletions

View File

@@ -27,7 +27,8 @@ with pkgs;
lib.mkDefault config.hardware.enableRedistributableFirmware;
services.fwupd.enable = true;
hardware.opengl.extraPackages = [ vaapiIntel vaapiVdpau libvdpau-va-gl ];
hardware.opengl.extraPackages =
[ intel-media-driver vaapiIntel vaapiVdpau libvdpau-va-gl ];
# Bootloader configuration
boot.loader = {