1

Firefox: Update hwaccel config

Matches the nvidia-vaapi-driver docs now, but still doesn't work :(
This commit is contained in:
2024-10-09 17:30:18 +02:00
parent 0c4463ccac
commit b90a641b7f
3 changed files with 14 additions and 11 deletions

View File

@ -64,7 +64,7 @@ rec {
firefox = {
enable = true;
wayland = true;
vaapi = true; # NOTE: Crashes AMDGPU driver fairly often (don't know why exactly)
vaapi = true;
disableTabBar = true;
defaultBookmarks = true;
gnomeTheme = true;