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