diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-11 06:40:37 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-11 06:40:37 +0100 |
| commit | 97c8f85780ab51a7589ddec68f397f12b63ea24f (patch) | |
| tree | 5bccf6b02d2d07e21506e2ab50d41a78ca674276 | |
| parent | 00c985302ed41c6037e9cf34c91e4547d7f8247e (diff) | |
tweak(firefox): disable sidebar.revamp
| -rw-r--r-- | nixos/profiles/workstation/firefox.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
