Enable backspace navigation

This commit is contained in:
Elnu 2023-01-10 22:03:48 -08:00
parent cc6d2c3f23
commit 025dd135c9

View file

@ -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";
}; };