From 5a902b53c5213d107ae7290ec8946fc72976e5a1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 10 Oct 2021 00:51:37 +0200 Subject: feat(tazjin/tverskoy): Attempt to enable hardware video acceleration Change-Id: I0592f5f9be9b01d7809e4d6a2d282e3398dbed4d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3706 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'users/tazjin') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index a694d5b1ead1..6ef229e5636d 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -93,6 +93,14 @@ in lib.fix(self: { cpu.amd.updateMicrocode = true; enableRedistributableFirmware = true; bluetooth.enable = true; + + opengl = { + enable = true; + extraPackages = with pkgs; [ + vaapiVdpau + libvdpau-va-gl + ]; + }; }; networking = { -- cgit 1.4.1