Sync more things to phone

This commit is contained in:
Vili Sinervä 2024-08-21 10:45:41 +03:00
parent c1bd6ec9f6
commit 2d663977a7
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -35,6 +35,7 @@
devices = [
"helium"
"nixos-cpu"
"phone"
];
versioning = {
type = "trashcan";
@ -42,21 +43,21 @@
};
fsWatcherDelayS = 1;
};
in
{
"~/Documents" = default // {
default-no-phone = default // {
devices = [
"helium"
"nixos-cpu"
"phone"
];
};
"~/Downloads" = default;
"~/Music" = default;
in
{
"~/Documents" = default;
"~/Downloads" = default-no-phone;
"~/Music" = default-no-phone;
"~/Pictures" = default;
"~/Projects" = default;
"~/School" = default;
"~/Videos" = default;
"~/Videos" = default-no-phone;
"~/Zotero" = default;
};