From ce1e958417a694854bbe1de12352d6887d99c425 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 23 Aug 2025 14:01:55 -0400 Subject: [PATCH] Disable tab groups --- modules/graphical/librewolf/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical/librewolf/default.nix b/modules/graphical/librewolf/default.nix index 4f21fee..6bee559 100644 --- a/modules/graphical/librewolf/default.nix +++ b/modules/graphical/librewolf/default.nix @@ -35,6 +35,7 @@ autoConfig = lib.concatStringsSep "\n" (lib.mapAttrsToList (pref: value: "lockPref(\"${pref}\", ${builtins.toJSON value});") { "webgl.disabled" = false; + "browser.tabs.groups.enabled" = false; "media.peerconnection.enabled" = true; "privacy.resistFingerprinting" = false; "privacy.fingerprintingProtection" = true;