diff options
Diffstat (limited to 'modules/home')
-rw-r--r-- | modules/home/firefox.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |