Revert "Use intel-media-driver by default"

This reverts commit 28e01ee287.
This commit is contained in:
coolneng 2023-01-21 01:54:53 +01:00
parent 446b13d9de
commit edfc063dfd
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -13,7 +13,6 @@ let
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
export GIT_CONFIG_NOSYSTEM=true
export SYSTEMD_LESS=FRSMK
export LIBVA_DRIVER_NAME=iHD
exec sway $@
'';