syncthing: fix v2

This commit is contained in:
Payas Relekar 2023-08-06 19:34:53 +05:30
parent 9023aa27a1
commit 3e7d095c34

View file

@ -60,31 +60,31 @@ in
"~/Keepass" = {
id = "qsoil-jtfof";
label = "Keepass";
path = "/home/${payas}/Keepass";
path = "~/Keepass";
};
"~/Syncthing" = {
id = "yg7in-0dlb8";
label = "Syncthing";
path = "/home/${payas}/Syncthing";
path = "~/Syncthing";
};
"~/Music" = {
id = "3qsnr-wjn9w";
label = "Music";
path = "/home/${payas}/Music";
path = "~/Music";
};
"~/org" = {
id = "9ta3z-yrde3";
label = "org";
path = "/home/${payas}/org";
path = "~/org";
};
"~/Pictures" = {
id = "rjozc-vd3hh";
label = "Pictures";
path = "/home/${payas}/Pictures";
path = "~/Pictures";
};
};
};