bitwarden: init

This commit is contained in:
2026-05-06 12:07:20 +02:00
parent 128327814e
commit b1687bdccb
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -267,6 +267,7 @@
pkgs-unstable.nixfmt-tree pkgs-unstable.nixfmt-tree
pkgs-unstable.treefmt pkgs-unstable.treefmt
pkgs-unstable.tor-browser pkgs-unstable.tor-browser
pkgs-unstable.bitwarden-desktop
]; ];
# fonts # fonts
+4
View File
@@ -148,6 +148,10 @@
install_url = "https://addons.mozilla.org/firefox/downloads/latest/trackmenot/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/trackmenot/latest.xpi";
installation_mode = "force_installed"; 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; DisableTelemetry = true;
DisableFirefoxStudies = true; DisableFirefoxStudies = true;