From 97c8f85780ab51a7589ddec68f397f12b63ea24f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 11 Dec 2025 06:40:37 +0100 Subject: tweak(firefox): disable sidebar.revamp --- nixos/profiles/workstation/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/profiles/workstation/firefox.nix b/nixos/profiles/workstation/firefox.nix index faed6a3..5aa72bb 100644 --- a/nixos/profiles/workstation/firefox.nix +++ b/nixos/profiles/workstation/firefox.nix @@ -16,6 +16,7 @@ "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; # can be changed via UI despite this about:config setting being locked "identity.fxaccounts.enabled" = false; "layout.css.devPixelsPerPx" = "1.2"; # with this the default Firefox font size matches my terminal font size of 14px + "sidebar.revamp" = false; # with the revamped sidebar Ctrl+B opens but not closes the sidebar which is annoying "toolkit.legacyUserProfileCustomizations.stylesheets" = true; }; in -- cgit v1.3.1