feat(browsers): replace bitwarden with proton-pass

Keep bitwarden extension for work profiles for now.
This commit is contained in:
Felix Schröter 2024-04-30 22:48:43 +02:00
parent 2af3bc36c1
commit 1ca43915f9
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ let
commonExtensions = with firefox-addons; [
german-dictionary
ublock-origin
bitwarden
proton-pass
libredirect
zotero-connector
];
@ -63,7 +63,7 @@ in {
id = 1;
extraConfig = sharedExtraConfig;
extensions = commonExtensions
++ (with firefox-addons; [ react-devtools reduxdevtools ]);
++ (with firefox-addons; [ bitwarden react-devtools reduxdevtools ]);
};
};
};

View file

@ -36,7 +36,7 @@ let
commonExtensions = with firefox-addons; [
german-dictionary
bitwarden
proton-pass
libredirect
zotero-connector
];
@ -56,7 +56,7 @@ in {
id = 1;
settings = commonSettings;
extensions = commonExtensions
++ (with firefox-addons; [ react-devtools reduxdevtools ]);
++ (with firefox-addons; [ bitwarden react-devtools reduxdevtools ]);
};
};
};