From a3472bb8228c4f36cab480c58c043afdd86f0839 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 13 Apr 2025 23:24:07 +0200 Subject: [PATCH] Revert to old firefox sidebar --- modules/home/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/firefox.nix b/modules/home/firefox.nix index c9a466e..5ec8576 100644 --- a/modules/home/firefox.nix +++ b/modules/home/firefox.nix @@ -34,6 +34,7 @@ "browser.tabs.loadBookmarksInBackground" = true; "browser.tabs.groups.enabled" = true; "browser.uidensity" = 1; + "sidebar.revamp" = false; }; extraConfig = builtins.readFile "${inputs.betterfox}/user.js";