diff options
-rw-r--r-- | nixos/parts/graphical.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/parts/graphical.nix b/nixos/parts/graphical.nix index 1215781..d459c33 100644 --- a/nixos/parts/graphical.nix +++ b/nixos/parts/graphical.nix @@ -79,6 +79,8 @@ # (https://mozilla.github.io/policy-templates/#searchengines-this-policy-is-only-available-on-the-esr) Preferences = { + "layout.css.devPixelsPerPx" = "1.2"; # with this the default Firefox font size matches my terminal font size of 14px + "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 }; |