diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 8a439ab..73ebd9b 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -90,5 +90,8 @@ open = true; package = config.boot.kernelPackages.nvidiaPackages.beta; }; + opengl.extraPackages = with pkgs; [ + vaapiVdpau + ]; }; } |