From ae46f5cc347eabfa4d5b0d2a88ca25e3c309b4ee Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Sat, 9 Aug 2025 18:53:16 +0900 Subject: [PATCH] feat(firefox): replace Bitwarden with C2 Password --- home/toast/programs/firefox.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/toast/programs/firefox.nix b/home/toast/programs/firefox.nix index 3cf518c..f192ee2 100644 --- a/home/toast/programs/firefox.nix +++ b/home/toast/programs/firefox.nix @@ -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