Firefox: add proton-pass, remove browserpass and simplelogin

This commit is contained in:
Evie Litherland-Smith 2024-10-05 13:38:01 +01:00
parent 50371a5ad1
commit db7d968f49

View file

@ -1,12 +1,7 @@
{ pkgs, ... }:
{
stylix.targets.firefox.profileNames = [ "default" ];
programs = {
browserpass = {
enable = true;
browsers = [ "firefox" ];
};
firefox = {
programs.firefox = {
enable = true;
policies = {
BlockAboutProfiles = true;
@ -44,15 +39,10 @@
installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
};
# Browserpass
"browserpass@maximbaz.com" = {
# Proton Pass
"78272b6fa58f4a1abaac99321d503a20@proton.me" = {
installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/browserpass-ce/latest.xpi";
};
# SimpleLogin
"addon@simplelogin" = {
installation_mode = "force_installed";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/simplelogin/latest.xpi";
install_url = "https://addons.mozilla.org/firefox/downloads/latest/proton-pass/latest.xpi";
};
# Consent-O-Matic
"gdpr@cavi.au.dk" = {
@ -212,5 +202,4 @@
};
};
};
};
}