From 7ff36d892632c9e12bab51fa48ad13bad16428e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 29 Jan 2026 22:48:48 +0100 Subject: [PATCH] home/{firefox,zen-browser}: don't always underline links This is actually very noisy in GitHub --- nix/homeModules/common/firefox.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index 27d93132..18981f77 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -59,7 +59,6 @@ in "browser.tabs.closeWindowWithLastTab" = true; "general.smoothScroll" = false; # makes me dizzy "accessibility.typeaheadfind" = true; # type to find - "layout.css.always_underline_links" = true; "media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled" = true; # Sponsored crap