diff --git a/configuration.nix b/configuration.nix index 778ef02..86f2b8b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = { diff --git a/modules/gui.nix b/modules/gui.nix index a8f13f4..7dbbb28 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -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 $@ '';