1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-05 01:19:46 +01:00
home-manager/tests/modules/programs/vesktop/basic-vencord-settings.json
2024-06-29 13:39:01 +02:00

19 lines
328 B
JSON

{
"autoUpdate": false,
"autoUpdateNotification": false,
"disableMinSize": true,
"enabledThemes": [
"theme.css"
],
"notifyAboutUpdates": false,
"plugins": {
"FakeNitro": {
"enabled": true
},
"MessageLogger": {
"enabled": true,
"ignoreSelf": true
}
},
"useQuickCss": true
}