From 48d2cfb72794ba4ef7783411a880f1174d0ece19 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 23 Feb 2025 19:40:37 +0100 Subject: tweak(workstation): make Firefox open new tabs after current --- nixos/profiles/workstation/graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index fea4cbd..1f36658 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -85,6 +85,7 @@ Preferences = { "layout.css.devPixelsPerPx" = "1.2"; # with this the default Firefox font size matches my terminal font size of 14px + "browser.tabs.insertAfterCurrent" = true; "browser.uidensity" = 1; "browser.aboutConfig.showWarning" = false; "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; # can be changed via UI despite this about:config setting being locked -- cgit v1.2.3