diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index e144d41..8b6f624 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -267,6 +267,7 @@ pkgs-unstable.nixfmt-tree pkgs-unstable.treefmt pkgs-unstable.tor-browser + pkgs-unstable.bitwarden-desktop ]; # fonts diff --git a/modules/home-manager/librewolf.nix b/modules/home-manager/librewolf.nix index 5f94f2a..08f13c8 100644 --- a/modules/home-manager/librewolf.nix +++ b/modules/home-manager/librewolf.nix @@ -148,6 +148,10 @@ install_url = "https://addons.mozilla.org/firefox/downloads/latest/trackmenot/latest.xpi"; installation_mode = "force_installed"; }; + "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { + install_url = "https://addons.mozilla.org/firefox/downloads/file/4749958/bitwarden_password_manager-latest.xpi"; + installation_mode = "force_installed"; + }; }; DisableTelemetry = true; DisableFirefoxStudies = true;