Enable vaapi when gui is enabled
This commit is contained in:
parent
4faad88d6a
commit
ea3e76c6f4
|
@ -40,4 +40,8 @@
|
|||
mkvtoolnix-cli # matroska (de-)muxing
|
||||
]
|
||||
);
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; if gui then [
|
||||
pkgs.vaapiIntel
|
||||
] else [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue