From 4d046b2eaa622e7e907514ae7b60486aa5a0a16a Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 15 Oct 2024 09:30:39 +0200 Subject: [PATCH] fix(Zephyrus): Tweak hardware graphics --- hosts/Zephyrus/hardware-configuration.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hosts/Zephyrus/hardware-configuration.nix b/hosts/Zephyrus/hardware-configuration.nix index 7907b85..9c2299e 100644 --- a/hosts/Zephyrus/hardware-configuration.nix +++ b/hosts/Zephyrus/hardware-configuration.nix @@ -57,8 +57,14 @@ "nvidia-settings" ]; - hardware.graphics.enable = true; - hardware.opengl.enable = true; + hardware.graphics = { + enable = true; + extraPackages = with pkgs; [ + vaapiVdpau + libvdpau-va-gl + mesa + ]; + }; hardware.nvidia = { modesetting.enable = true;