feat: enabled properitaryCodecs and enableWidevine for vivaldi overlay

This commit is contained in:
Ceferino Patino 2026-05-01 10:07:18 -05:00
commit d3d186dd67
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -1,6 +1,8 @@
{...}: final: prev: {
vivaldi = (prev.vivaldi.override
{
proprietaryCodecs = true;
enableWidevine = true;
commandLineArgs = final.lib.concatStringsSep " " [
"--ozone-platform=wayland"
"--enable-features=UseOzonePlatform"