Removed an outdated package

This commit is contained in:
Alexandre 2026-03-26 20:53:00 +01:00
parent cbfc6ac95e
commit 310130ef79

View File

@ -74,7 +74,6 @@
# Video Accel # Video Accel
libva libva
libva-utils
libva-mesa-driver libva-mesa-driver
mesa mesa
(wrapOBS { (wrapOBS {
@ -86,6 +85,7 @@
]; ];
sessionVariables = { sessionVariables = {
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
LIBVA_DRIVER_NAME = "radeonsi";
}; };
pathsToLink = [ "/share/zsh" ]; pathsToLink = [ "/share/zsh" ];
}; };