feat(browsers): replace bitwarden with proton-pass
Keep bitwarden extension for work profiles for now.
This commit is contained in:
parent
2af3bc36c1
commit
1ca43915f9
2 changed files with 4 additions and 4 deletions
home/browsers
|
@ -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 ]);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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 ]);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue