From da423c8565b26ef9606d9fabd2ebe2901d2f6e45 Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Sat, 20 Jun 2026 03:12:21 -0400 Subject: [PATCH] Disable Firefox offering to save logins --- modules/homes/firefox.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/homes/firefox.nix b/modules/homes/firefox.nix index 09ddb41..39f2bac 100644 --- a/modules/homes/firefox.nix +++ b/modules/homes/firefox.nix @@ -13,6 +13,9 @@ AppAutoUpdate = false; BackgroundAppUpdate = false; + # Quality of Life + OfferToSaveLogins = false; + # Extensions ExtensionSettings = let moz = short: "https://addons.mozilla.org/firefox/downloads/latest/${short}/latest.xpi";