From 45bd64a45efeb0a5f310f7bc67904282549129a1 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Fri, 7 Feb 2025 14:22:14 -0300 Subject: [PATCH] refactor: use new "onevpl-inter-gpu" package name --- hosts/fighter/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fighter/configuration.nix b/hosts/fighter/configuration.nix index 8ac5464..8b557b2 100644 --- a/hosts/fighter/configuration.nix +++ b/hosts/fighter/configuration.nix @@ -22,7 +22,7 @@ # Enable OpenGL hardware.graphics.enable = true; hardware.graphics.extraPackages = with pkgs; [ - onevpl-intel-gpu + vpl-gpu-rt ]; # Laptop features