fix firefox widevine

This commit is contained in:
Sean Kovacs 2025-12-14 15:23:45 -05:00
commit 86f63580fc
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 36 additions and 27 deletions

View file

@ -8,10 +8,6 @@
}:
{
home.sessionVariables = lib.mkIf pkgs.stdenv.hostPlatform.isAarch64 {
MOZ_GMP_PATH = "${pkgs.widevine-firefox}/gmp-widevinecdm/system-installed";
};
home.file.".mozilla/firefox/default/chrome" = {
source = ./chrome;
force = true;