diff options
author | Tim Keller <tjkeller.xyz> | 2024-10-03 20:07:50 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-10-03 20:07:50 -0500 |
commit | aa9a274b9c546c79b9cdbf4a044e9e810ab9def4 (patch) | |
tree | ac49871344f1894fb7679babae1f58684e1b375b /modules/home | |
parent | a651a2150aca24d915f7d139f6a8bcce9c6f641b (diff) | |
download | nixos-aa9a274b9c546c79b9cdbf4a044e9e810ab9def4.tar.xz nixos-aa9a274b9c546c79b9cdbf4a044e9e810ab9def4.zip |
disable clearing ff history on shutdown
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; |