forked from poz/niksos
fix vesktop settings paths
This commit is contained in:
parent
d172cfcb68
commit
46f706b855
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue