fix pwas for firefox

This commit is contained in:
Sean Kovacs 2025-11-13 16:04:54 -05:00
commit c52381a6d0
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
consent-o-matic consent-o-matic
privacy-badger privacy-badger
sponsorblock sponsorblock
pwas-for-firefox
]; ];
settings = { settings = {
"{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}".settings = { "{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}".settings = {

View file

@ -19,6 +19,7 @@ in
programs = { programs = {
firefox = { firefox = {
enable = true; enable = true;
nativeMessagingHosts.packages = [ pkgs.firefoxpwa ];
languagePacks = [ "en-US" ]; languagePacks = [ "en-US" ];
# ---- POLICIES ---- # ---- POLICIES ----