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