Update firefox addons

This commit is contained in:
Evie Litherland-Smith 2023-10-22 13:39:25 +01:00
parent eb98200654
commit 722483f5ba

View file

@ -1,10 +1,8 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ passff-host ];
programs.firefox = {
enable = true;
nativeMessagingHosts.passff = true;
languagePacks = [ "en-GB" ];
policies = {
Cookies = { Behaviour = "reject-tracker-and-partition-foreign"; };
@ -25,11 +23,6 @@
EmailTracking = true;
};
ExtensionSettings = {
"uBlock0@raymondhill.net" = {
installation_mode = "force_installed";
install_url =
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
};
"queryamoid@kaply.com" = {
installation_mode = "force_installed";
install_url =
@ -41,21 +34,29 @@
install_url =
"https://addons.mozilla.org/firefox/downloads/latest/tokyonight_vim/latest.xpi";
};
"addon@simplelogin" = {
installation_mode = "normal_installed";
"uBlock0@raymondhill.net" = {
# uBlock Origin
installation_mode = "force_installed";
install_url =
"https://addons.mozilla.org/firefox/downloads/latest/simplelogin/latest.xpi";
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
};
"7esoorv3@alefvanoon.anonaddy.me" = {
# LibRedirect
installation_mode = "force_installed";
install_url =
"https://addons.mozilla.org/firefox/downloads/latest/libredirect/latest.xpi";
};
"jid1-KKzOGWgsW3Ao4Q@jetpack" = {
# I don't care about cookies
installation_mode = "force_installed";
install_url =
"https://addons.mozilla.org/firefox/downloads/latest/i-dont-care-about-cookies/latest.xpi";
};
"floccus@handmadeideas.org" = {
installation_mode = "normal_installed";
install_url =
"https://addons.mozilla.org/firefox/downloads/latest/floccus/latest.xpi";
};
"passff@invicem.pro" = {
installation_mode = "normal_installed";
install_url =
"https://addons.mozilla.org/firefox/downloads/latest/passff/latest.xpi";
};
};
FirefoxHome = {
Search = true;