diff options
author | Martin Fischer <martin@push-f.com> | 2025-02-23 19:40:37 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-02-23 19:41:34 +0100 |
commit | 48d2cfb72794ba4ef7783411a880f1174d0ece19 (patch) | |
tree | 574f82e52cffae7872b07c5f470262b6fa6916d3 | |
parent | b20a94dc75cdd76f105c601867d3d165ae249461 (diff) |
tweak(workstation): make Firefox open new tabs after current
-rw-r--r-- | nixos/profiles/workstation/graphical.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |