summaryrefslogtreecommitdiffstats
path: root/modules/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/gpu.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/hardware/gpu.nix b/modules/hardware/gpu.nix
index 72604a8..a71d9d3 100644
--- a/modules/hardware/gpu.nix
+++ b/modules/hardware/gpu.nix
@@ -25,11 +25,11 @@ in {
boot.initrd.kernelModules = ["i915"];
services.xserver.videoDrivers = ["modesetting"];
- hardware.opengl.extraPackages = [
+ hardware.graphics.extraPackages = [
pkgs.intel-compute-runtime
pkgs.intel-media-driver
- pkgs.vaapiIntel
- pkgs.vaapiVdpau
+ pkgs.intel-vaapi-driver
+ pkgs.libva-vdpau-driver
pkgs.libvdpau-va-gl
];