diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/luna/hardware.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix index ce34029..1debe13 100644 --- a/hosts/luna/hardware.nix +++ b/hosts/luna/hardware.nix @@ -53,6 +53,12 @@ in opengl = { enable = true; driSupport = true; + extraPackages = with pkgs; [ + intel-media-driver # LIBVA_DRIVER_NAME=iHD + vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium) + vaapiVdpau + libvdpau-va-gl + ]; }; }; |