diff --git a/home-manager/modules/de2u.nix b/home-manager/modules/de2u.nix index 8e94a16..d858d43 100644 --- a/home-manager/modules/de2u.nix +++ b/home-manager/modules/de2u.nix @@ -96,7 +96,7 @@ in "svg.context-properties.content.enabled" = true; # Make Firefox dark, the reader is always light by default, and the GTK-inferred theme conflicts with SimpleFox (and our customizations) - "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; + # "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; "reader.color_scheme" = "dark"; # LibreWolf ruins the user agent making sites unusable without RFP, so use the user agent from RFP manually. This also seems sane for compatibility when using Firefox.