From edfc063dfd660fc3e3013a8e98c03d9a3c4b9002 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 21 Jan 2023 01:54:53 +0100 Subject: [PATCH] Revert "Use intel-media-driver by default" This reverts commit 28e01ee2877cd8658f3123f90f312bcaaa925658. --- configuration.nix | 3 +-- modules/gui.nix | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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 $@ '';