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;