librewolf: Configure settings at the profile level

Fixes an issue where New Tab Identity wasn't being loaded on first
launch of the profile due to settings not being profile-specific.

Long-term this also makes it possible to take advantage of the "Show
only modified preferences" feature, which showed our changes as the
defaults before.
This commit is contained in:
Donovan Glover 2024-08-31 10:19:31 -04:00
parent f8806840d6
commit 92d9ed77b0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -49,10 +49,7 @@ in
settings = {
"extensions.autoDisableScopes" = 0;
};
};
settings = {
"middlemouse.paste" = false;
"browser.download.useDownloadDir" = true;
@ -79,6 +76,7 @@ in
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
};
};
};
home.file = mkIf phone {
".librewolf/default/chrome/userChrome.css".source = "${friendlyfox}/userChrome.css";