Use intel-media-driver by default

This commit is contained in:
coolneng 2022-12-07 01:00:53 +01:00
parent 1d3e53c062
commit 28e01ee287
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
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 = {

View File

@ -48,6 +48,7 @@ with pkgs;
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
export GIT_CONFIG_NOSYSTEM=true
export SYSTEMD_LESS=FRSMK
export LIBVA_DRIVER_NAME=iHD
'';
wrapperFeatures.gtk = true;
};