Use mpv with hardware acceleration

This commit is contained in:
Fabian Hauser 2024-02-20 01:30:21 +07:00
parent d47a0f61f5
commit e26dce596e
3 changed files with 18 additions and 2 deletions

View file

@ -20,7 +20,12 @@
opengl = {
enable = true;
driSupport32Bit = true;
extraPackages = with pkgs; [ intel-compute-runtime intel-media-driver intel-vaapi-driver ];
extraPackages = with pkgs; [
intel-compute-runtime
intel-media-driver
libvdpau-va-gl
vaapiVdpau
];
};
acpilight.enable = true;
bluetooth = {