new sync version vesktop

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-10-22 23:00:18 +02:00
parent 89ed2c0748
commit fb082f76ed

View File

@@ -6,7 +6,9 @@ lib.mkIf (host != "NxACE")
vesktop vesktop
]; ];
file.".config/vesktop/settings/settings.json".text = /* json */ ''{ file.".config/vesktop/settings/settings.json".text = let
settingsSyncVersion = "1729179678715";
in /* json */ ''{
"notifyAboutUpdates": true, "notifyAboutUpdates": true,
"autoUpdate": false, "autoUpdate": false,
"autoUpdateNotification": true, "autoUpdateNotification": true,
@@ -188,7 +190,7 @@ lib.mkIf (host != "NxACE")
"authenticated": false, "authenticated": false,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": false, "settingsSync": false,
"settingsSyncVersion": 1725386648445 "settingsSyncVersion": ${settingsSyncVersion}
} }
} }
''; '';