From 3179db69ba6917a4f370738dd73f8dd20b447b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Tue, 17 Sep 2024 17:30:40 +0200 Subject: [PATCH] fix(hardware): enable more hardware acceleration features https://wiki.nixos.org/wiki/AMD_GPU --- common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.nix b/common.nix index 6bab44a..cbc0fc9 100644 --- a/common.nix +++ b/common.nix @@ -236,9 +236,12 @@ hardware.opengl = { # hardware.graphics in unstable enable = true; + driSupport = true; + driSupport32Bit = true; extraPackages = with pkgs; [ intel-media-driver intel-vaapi-driver + libvdpau-va-gl vaapiVdpau intel-compute-runtime pkgs-unstable.vpl-gpu-rt