profiles/gui: Hardware decoding

This commit is contained in:
kat witch 2021-05-06 15:52:20 +01:00
parent 82d22bf87b
commit d2574f87d4
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
@ -13,5 +13,6 @@
./sound.nix
];
hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ];
services.tumbler.enable = true;
}