From 310130ef79a7f9360c6ad0b629e15ea0fc1b58e5 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 26 Mar 2026 20:53:00 +0100 Subject: [PATCH] Removed an outdated package --- hosts/framework/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index fc2d956..5d6d38d 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -74,7 +74,6 @@ # Video Accel libva - libva-utils libva-mesa-driver mesa (wrapOBS { @@ -86,6 +85,7 @@ ]; sessionVariables = { NIXOS_OZONE_WL = "1"; + LIBVA_DRIVER_NAME = "radeonsi"; }; pathsToLink = [ "/share/zsh" ]; };