Disable plugins button in Firefox

This commit is contained in:
Elnu 2023-01-27 20:31:11 -08:00
parent f0c6241b4a
commit 97dc2f23b9

View file

@ -50,6 +50,7 @@ in
"browser.startup.homepage" = "${startpage}";
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.backspace_action" = 0;
"extensions.unifiedExtensions.enabled" = false;
};
userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css";
};