diff --git a/home/browsers/firefox/default.nix b/home/browsers/firefox/default.nix index c48cd63..c4870d7 100644 --- a/home/browsers/firefox/default.nix +++ b/home/browsers/firefox/default.nix @@ -20,6 +20,7 @@ consent-o-matic privacy-badger sponsorblock + pwas-for-firefox ]; settings = { "{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}".settings = { diff --git a/system/browsers/firefox.nix b/system/browsers/firefox.nix index f795cf4..c76789b 100644 --- a/system/browsers/firefox.nix +++ b/system/browsers/firefox.nix @@ -19,6 +19,7 @@ in programs = { firefox = { enable = true; + nativeMessagingHosts.packages = [ pkgs.firefoxpwa ]; languagePacks = [ "en-US" ]; # ---- POLICIES ----