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; [
|
commonExtensions = with firefox-addons; [
|
||||||
german-dictionary
|
german-dictionary
|
||||||
ublock-origin
|
ublock-origin
|
||||||
bitwarden
|
proton-pass
|
||||||
libredirect
|
libredirect
|
||||||
zotero-connector
|
zotero-connector
|
||||||
];
|
];
|
||||||
|
@ -63,7 +63,7 @@ in {
|
||||||
id = 1;
|
id = 1;
|
||||||
extraConfig = sharedExtraConfig;
|
extraConfig = sharedExtraConfig;
|
||||||
extensions = commonExtensions
|
extensions = commonExtensions
|
||||||
++ (with firefox-addons; [ react-devtools reduxdevtools ]);
|
++ (with firefox-addons; [ bitwarden react-devtools reduxdevtools ]);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -36,7 +36,7 @@ let
|
||||||
|
|
||||||
commonExtensions = with firefox-addons; [
|
commonExtensions = with firefox-addons; [
|
||||||
german-dictionary
|
german-dictionary
|
||||||
bitwarden
|
proton-pass
|
||||||
libredirect
|
libredirect
|
||||||
zotero-connector
|
zotero-connector
|
||||||
];
|
];
|
||||||
|
@ -56,7 +56,7 @@ in {
|
||||||
id = 1;
|
id = 1;
|
||||||
settings = commonSettings;
|
settings = commonSettings;
|
||||||
extensions = commonExtensions
|
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