Use intel-media-driver by default
This commit is contained in:
parent
1d3e53c062
commit
28e01ee287
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue