From 18e04d894fe277cb5999eda48e4200a12221bac7 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 21 Jul 2024 13:27:54 -0400 Subject: [PATCH] librewolf: Enable userChrome.css customization Necessary for Mobile-Friendly-Firefox styles to be applied on the PinePhone. --- home/librewolf.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/librewolf.nix b/home/librewolf.nix index 1012f73e..e6b8bedf 100644 --- a/home/librewolf.nix +++ b/home/librewolf.nix @@ -33,6 +33,8 @@ in "findbar.highlightAll" = true; "xpinstall.signatures.required" = false; + + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; }; }; }