Revert "Use intel-media-driver by default"
This reverts commit 28e01ee287
.
This commit is contained in:
parent
446b13d9de
commit
edfc063dfd
|
@ -32,8 +32,7 @@ with pkgs;
|
||||||
};
|
};
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
hardware.opengl.extraPackages =
|
hardware.opengl.extraPackages = [ vaapiIntel vaapiVdpau libvdpau-va-gl ];
|
||||||
[ intel-media-driver vaapiIntel vaapiVdpau libvdpau-va-gl ];
|
|
||||||
|
|
||||||
# Bootloader configuration
|
# Bootloader configuration
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|
|
@ -13,7 +13,6 @@ let
|
||||||
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
|
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
|
||||||
export GIT_CONFIG_NOSYSTEM=true
|
export GIT_CONFIG_NOSYSTEM=true
|
||||||
export SYSTEMD_LESS=FRSMK
|
export SYSTEMD_LESS=FRSMK
|
||||||
export LIBVA_DRIVER_NAME=iHD
|
|
||||||
|
|
||||||
exec sway $@
|
exec sway $@
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue