From 2b31e43f79db6d970ef2462e063c52c7bf2d4115 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 16 Oct 2024 12:34:19 -0700 Subject: Fix deprecated option --- hosts/arrakis/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 73ebd9b..34fe230 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -85,13 +85,13 @@ hardware = { bluetooth.enable = true; + graphics.extraPackages = with pkgs; [ + vaapiVdpau + ]; nvidia = { modesetting.enable = true; open = true; package = config.boot.kernelPackages.nvidiaPackages.beta; }; - opengl.extraPackages = with pkgs; [ - vaapiVdpau - ]; }; } -- cgit v1.2.3