From 94a8c586aa87363bb9eae98e4429f0c30a7c698e Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 9 Feb 2026 11:25:03 +0100 Subject: [PATCH] Added vaapi for VR --- hosts/framework/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 5d901e0..bf82853 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -49,6 +49,10 @@ environment = { systemPackages = with pkgs; [ playerctl + + # Video Accel + libva + libva-utils ]; sessionVariables = { NIXOS_OZONE_WL = "1";