Update firefox addons
This commit is contained in:
parent
eb98200654
commit
722483f5ba
|
@ -1,10 +1,8 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [ passff-host ];
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nativeMessagingHosts.passff = true;
|
|
||||||
languagePacks = [ "en-GB" ];
|
languagePacks = [ "en-GB" ];
|
||||||
policies = {
|
policies = {
|
||||||
Cookies = { Behaviour = "reject-tracker-and-partition-foreign"; };
|
Cookies = { Behaviour = "reject-tracker-and-partition-foreign"; };
|
||||||
|
@ -25,11 +23,6 @@
|
||||||
EmailTracking = true;
|
EmailTracking = true;
|
||||||
};
|
};
|
||||||
ExtensionSettings = {
|
ExtensionSettings = {
|
||||||
"uBlock0@raymondhill.net" = {
|
|
||||||
installation_mode = "force_installed";
|
|
||||||
install_url =
|
|
||||||
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
|
||||||
};
|
|
||||||
"queryamoid@kaply.com" = {
|
"queryamoid@kaply.com" = {
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
install_url =
|
install_url =
|
||||||
|
@ -41,21 +34,29 @@
|
||||||
install_url =
|
install_url =
|
||||||
"https://addons.mozilla.org/firefox/downloads/latest/tokyonight_vim/latest.xpi";
|
"https://addons.mozilla.org/firefox/downloads/latest/tokyonight_vim/latest.xpi";
|
||||||
};
|
};
|
||||||
"addon@simplelogin" = {
|
"uBlock0@raymondhill.net" = {
|
||||||
installation_mode = "normal_installed";
|
# uBlock Origin
|
||||||
|
installation_mode = "force_installed";
|
||||||
install_url =
|
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" = {
|
"floccus@handmadeideas.org" = {
|
||||||
installation_mode = "normal_installed";
|
installation_mode = "normal_installed";
|
||||||
install_url =
|
install_url =
|
||||||
"https://addons.mozilla.org/firefox/downloads/latest/floccus/latest.xpi";
|
"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 = {
|
FirefoxHome = {
|
||||||
Search = true;
|
Search = true;
|
||||||
|
|
Loading…
Reference in a new issue