2.home-manager/tests/modules/programs/vesktop/basic-vencord-settings.json
LilleAila a0461b67ff vesktop: created module
Added a home-manager module for vesktop that allows for configuring both
vesktop and vencord, and creating a custom theme.
2025-04-20 13:47:45 -07: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
}