Add hardware video acceleration codec

This commit is contained in:
Fabian Hauser 2024-02-20 00:35:45 +07:00
parent 74f72d5f10
commit 2a76398aee
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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 = {