diff --git a/modules/homes/firefox.nix b/modules/homes/firefox.nix index 28c86b0..aa769a4 100644 --- a/modules/homes/firefox.nix +++ b/modules/homes/firefox.nix @@ -19,10 +19,39 @@ in { "*".installation_mode = "blocked"; + # uBlock Origin "uBlock0@raymondhill.net" = { install_url = moz "ublock-origin"; installation_mode = "force_installed"; updates_disabled = true; + private_browsing = true; + default_area = "navbar"; + }; + + # Bitwarden + "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { + install_url = moz "bitwarden-password-manager"; + installation_mode = "force_installed"; + updates_disabled = true; + private_browsing = true; + default_area = "navbar"; + }; + + # Dark Reader + "addon@darkreader.org" = { + install_url = moz "darkreader"; + installation_mode = "force_installed"; + updates_disabled = true; + private_browsing = true; + default_area = "navbar"; + }; + }; + + "3rdparty".Extensions = { + "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { + environment = { + base = "https://bitwarden.joshuayuen.me"; + }; }; };