From aa9a274b9c546c79b9cdbf4a044e9e810ab9def4 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 3 Oct 2024 20:07:50 -0500 Subject: disable clearing ff history on shutdown --- modules/home/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/firefox.nix b/modules/home/firefox.nix index 0977bbe..310f9cc 100644 --- a/modules/home/firefox.nix +++ b/modules/home/firefox.nix @@ -23,6 +23,7 @@ "0100"."0102"."browser.startup.page".value = 3; # 0=blank, 1=home, 2=last visited page, 3=resume previous session "0100"."0103"."browser.startup.homepage".enable = false; "0100"."0104"."browser.newtabpage.enabled".enable = false; + "2800"."2811"."privacy.clearOnShutdown.history".enable = false; }; settings = { "toolkit.legacyUserProfileCustomizations.stylesheets" = true; -- cgit v1.2.3