diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-06-06 21:53:51 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-06-06 21:53:51 +0200 |
| commit | 3f18fcb00732f9df2299e2f80b0d33bfd52ce620 (patch) | |
| tree | 0c6114afae453c94c77d082356c1d99fd5be1f88 /home/config/firefox | |
| parent | 60599db1277b963cc937d598d15f5972aedf6c64 (diff) | |
home: firefox: update firefox to v100
Diffstat (limited to 'home/config/firefox')
| -rw-r--r-- | home/config/firefox/default.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/home/config/firefox/default.nix b/home/config/firefox/default.nix index 4986163..fce1217 100644 --- a/home/config/firefox/default.nix +++ b/home/config/firefox/default.nix @@ -25,14 +25,22 @@ let "privacy.clearOnShutdown.siteSettings" = true; # 2811 # Personal + ## Warnings "browser.tabs.warnOnClose" = false; "browser.tabs.warnOnCloseOtherTabs" = false; + ## Updates + "app.update.auto" = false; + "browser.search.update" = false; + ## Appearance + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; + ## Content behavior "clipboard.autocopy" = false; + ## UX behavior "browser.quitShortcut.disabled" = true; "browser.tabs.closeWindowWithLastTab" = false; + ## UX features "extensions.pocket.enabled" = false; "identity.fxaccounts.enabled" = false; - "toolkit.legacyUserProfileCustomizations.stylesheets" = true; }; userchrome-treestyletabs = '' |
