diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-28 14:25:28 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-28 14:25:28 +0530 |
commit | 85d20e8e0fb967496777c75f6dcfb66f9687549f (patch) | |
tree | a0856771edff75edd78798472531f91865f92058 /home/wayland/modules | |
parent | 5511633d237f0d574ff3ec0d24d180639e42b47c (diff) |
home/wayland/firefox: SanitizeOnShutdown
Diffstat (limited to 'home/wayland/modules')
-rw-r--r-- | home/wayland/modules/firefox.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/wayland/modules/firefox.nix b/home/wayland/modules/firefox.nix index 8dd2bf0..f6db9f4 100644 --- a/home/wayland/modules/firefox.nix +++ b/home/wayland/modules/firefox.nix @@ -10,6 +10,7 @@ OverrideFirstRunPage = ""; NoDefaultBookmarks = true; DontCheckDefaultBrowser = true; + SanitizeOnShutdown = true; FirefoxHome = { Locked = true; |