Added vaapi for VR

This commit is contained in:
Alexandre 2026-02-09 11:25:03 +01:00
parent 76e3aab49d
commit 94a8c586aa

View File

@ -49,6 +49,10 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
playerctl playerctl
# Video Accel
libva
libva-utils
]; ];
sessionVariables = { sessionVariables = {
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";