fix vesktop settings paths

This commit is contained in:
jacekpoz 2024-02-07 00:12:14 +01:00
parent d172cfcb68
commit 46f706b855
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -39,7 +39,7 @@ in {
}))
];
xdg.configFile."VencordDesktop/VencordDesktop/settings.json".text = builtins.toJSON {
xdg.configFile."vesktop/settings.json".text = builtins.toJSON {
discordBranch = "ptb";
firstLaunch = false;
arRPC = "on";
@ -53,7 +53,7 @@ in {
appBadge = false;
};
xdg.configFile."VencordDesktop/VencordDesktop/settings/settings.json".text = builtins.toJSON {
xdg.configFile."vesktop/settings/settings.json".text = builtins.toJSON {
notifyAboutUpdates = false;
autoUpdate = false;
autoUpdateNotification = false;