feat: added declarative config file

This commit is contained in:
Nick 2025-05-12 13:12:21 -05:00
parent 78215bf456
commit a4640ffd96

View file

@ -8,4 +8,17 @@
vesktop
;
};
xdg.configFile."vesktop/settings.json".text = ''
{
"discordBranch": "stable",
"minimizeToTray": false,
"arRPC": true,
"splashColor": "rgb(202, 211, 245)",
"splashBackground": "rgb(36, 39, 58)",
"customTitleBar": false,
"tray": false,
"staticTitle": false,
"enableMenu": false
}
'';
}