Added a home-manager module for vesktop that allows for configuring both vesktop and vencord, and creating a custom theme.
19 lines
328 B
JSON
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
|
|
}
|