diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2025-07-30 18:27:23 +0530 | 
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2025-07-30 18:27:23 +0530 | 
| commit | 4fcd418e5dbc75b66d04f103c49523f660aeefe6 (patch) | |
| tree | e5da01a54bcfe6e2da254ac9d8e3c6dde9a78883 | |
| parent | 5dd71594adf4837eb23f5b6c4d84928ed144255c (diff) | |
home/wayland/firefox: disable SanitizeOnShutdown
| -rw-r--r-- | home/wayland/modules/firefox.nix | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/home/wayland/modules/firefox.nix b/home/wayland/modules/firefox.nix index 4e69072..214c344 100644 --- a/home/wayland/modules/firefox.nix +++ b/home/wayland/modules/firefox.nix @@ -11,7 +11,7 @@        OverrideFirstRunPage = "";        NoDefaultBookmarks = true;        DontCheckDefaultBrowser = true; -      SanitizeOnShutdown = true; +      # SanitizeOnShutdown = true;        FirefoxHome = {          Locked = true; @@ -70,6 +70,7 @@      profiles."default".settings = {        "media.ffmpeg.vaapi.enabled" = true; +      "browser.ml.chat.provider" = "https://grok.com/";        "browser.uiCustomization.state" = builtins.toJSON {          currentVersion = 1337; | 
