refactor: firefox: fix uBlock json indentation

This commit is contained in:
Colin 2024-05-27 04:46:38 +00:00
parent bbcf8841ea
commit 7941a8b1ed

View File

@ -296,12 +296,12 @@ in
# - <https://github.com/gorhill/uBlock/blob/master/assets/assets.json>
fs."${cfg.browser.dotDir}/managed-storage/uBlock0@raymondhill.net.json".symlink.text = ''
{
"name": "uBlock0@raymondhill.net",
"description": "ignored",
"type": "storage",
"data": {
"toOverwrite": "{\"filterLists\": [\"fanboy-cookiemonster\"]}"
}
"name": "uBlock0@raymondhill.net",
"description": "ignored",
"type": "storage",
"data": {
"toOverwrite": "{\"filterLists\": [\"fanboy-cookiemonster\"]}"
}
}
'';
# TODO: this is better suited in `extraPrefs` during `wrapFirefox` call