From 1abaabcb22d381e618eb7b207bf068cc588cf8b9 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 27 Aug 2015 10:05:07 +0200 Subject: [PATCH] theba: enable vaapi drivers. --- theba.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theba.nix b/theba.nix index 27e95cf..b2308c4 100644 --- a/theba.nix +++ b/theba.nix @@ -41,4 +41,6 @@ systemd.services.ModemManager.enable = true; + services.xserver.vaapiDrivers = [ pkgs.vaapiIntel ]; + }