1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00

thunderbird: change settings type to json

Uses the JSON type, just like the Firefox module, so that nested sets
can be used.
This commit is contained in:
Matthew_Cash 2024-03-03 00:33:53 -08:00 committed by Robert Helgesson
parent 4a4a8b1454
commit 4974dfb26e
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
3 changed files with 22 additions and 3 deletions

View file

@ -28,6 +28,7 @@ user_pref("mail.smtpserver.smtp_bcd3ace52bed41febb6cdc2fb1303aebaa573e0d993872da
user_pref("mail.smtpserver.smtp_bcd3ace52bed41febb6cdc2fb1303aebaa573e0d993872da503950901bb6c6fc.username", "home.manager.jr");
user_pref("mail.smtpservers", "smtp_bcd3ace52bed41febb6cdc2fb1303aebaa573e0d993872da503950901bb6c6fc");
user_pref("privacy.donottrackheader.enabled", true);
user_pref("second", {"nested":{"evenFurtherNested":[1,2,3]}});
user_pref("second.setting", "some-test-setting");