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" = { "~/Keepass" = {
id = "qsoil-jtfof"; id = "qsoil-jtfof";
label = "Keepass"; label = "Keepass";
path = "/home/${payas}/Keepass"; path = "~/Keepass";
}; };
"~/Syncthing" = { "~/Syncthing" = {
id = "yg7in-0dlb8"; id = "yg7in-0dlb8";
label = "Syncthing"; label = "Syncthing";
path = "/home/${payas}/Syncthing"; path = "~/Syncthing";
}; };
"~/Music" = { "~/Music" = {
id = "3qsnr-wjn9w"; id = "3qsnr-wjn9w";
label = "Music"; label = "Music";
path = "/home/${payas}/Music"; path = "~/Music";
}; };
"~/org" = { "~/org" = {
id = "9ta3z-yrde3"; id = "9ta3z-yrde3";
label = "org"; label = "org";
path = "/home/${payas}/org"; path = "~/org";
}; };
"~/Pictures" = { "~/Pictures" = {
id = "rjozc-vd3hh"; id = "rjozc-vd3hh";
label = "Pictures"; label = "Pictures";
path = "/home/${payas}/Pictures"; path = "~/Pictures";
}; };
}; };
}; };