From e975931d393cf035eab5217c5d06394202425b91 Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Sun, 15 Jun 2025 00:18:37 +0300 Subject: [PATCH] feat(home): add two interface optimization options into about:config in firefox --- home/modules/firefox/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/modules/firefox/default.nix b/home/modules/firefox/default.nix index efcce16..81bcd22 100644 --- a/home/modules/firefox/default.nix +++ b/home/modules/firefox/default.nix @@ -46,6 +46,9 @@ "browser.translations.automaticallyPopup" = false; "browser.tabs.inTitlebar" = 0; + "devtools.accessibility.enabled" = false; + "browser.eme.ui.enabled" = false; + "services.sync.engine.addons" = false; "toolkit.legacyUserProfileCustomizations.stylesheets" = true;