mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat(firefox): replace Bitwarden with C2 Password
This commit is contained in:
parent
9676ed2f3c
commit
ae46f5cc34
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@
|
|||
OfferToSaveLogins = false;
|
||||
PasswordManagerEnabled = false;
|
||||
ExtensionSettings = {
|
||||
# Bitwarden
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
|
||||
# C2 Password
|
||||
"c2password@synology.com" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/c2-password/latest.xpi";
|
||||
installation_mode = "normal_installed";
|
||||
};
|
||||
# Vimium C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue