From 025dd135c9b08417909871966e40510c4827eb5d Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 10 Jan 2023 22:03:48 -0800 Subject: [PATCH] Enable backspace navigation --- firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox.nix b/firefox.nix index 8d4f0e6..8ced54f 100644 --- a/firefox.nix +++ b/firefox.nix @@ -49,6 +49,7 @@ in settings = { "browser.startup.homepage" = "${startpage}"; "toolkit.legacyUserProfileCustomizations.stylesheets" = true; + "browser.backspace_action" = 0; }; userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css"; };