Add hardware video acceleration codec
This commit is contained in:
parent
74f72d5f10
commit
2a76398aee
2 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
opengl = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = [ pkgs.intel-compute-runtime ];
|
||||
extraPackages = with pkgs; [ intel-compute-runtime intel-media-driver intel-vaapi-driver ];
|
||||
};
|
||||
acpilight.enable = true;
|
||||
bluetooth = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue