diff options
| author | Martin Fischer <martin@push-f.com> | 2026-07-26 09:59:11 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-07-26 09:59:11 +0200 |
| commit | ed734ae0c82b252a9d8849a83443744b78279188 (patch) | |
| tree | c532d2c0c3be85f20b61d9184cb637830b2ed217 | |
| parent | e1d28a3bf73f4ffa899b0d9dc37d346f39a14b97 (diff) | |
| -rw-r--r-- | nixos/profiles/workstation/firefox.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/firefox.nix b/nixos/profiles/workstation/firefox.nix index facfc3d..ead7b45 100644 --- a/nixos/profiles/workstation/firefox.nix +++ b/nixos/profiles/workstation/firefox.nix @@ -18,6 +18,8 @@ "browser.aboutConfig.showWarning" = false; "browser.ml.chat.menu" = false; "browser.tabs.insertAfterCurrent" = true; + "browser.tabs.groups.enabled" = false; + "browser.tabs.splitView.enabled" = false; "browser.translations.automaticallyPopup" = false; "browser.uidensity" = 1; # For Actual Budget which requires a secure context. This domain points to ev's tailscale IP. |
