update neovim and syncthing

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-09-28 10:34:11 -04:00
parent 120d06ed4d
commit 099d82f56c
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
8 changed files with 252 additions and 131 deletions

View file

@ -62,6 +62,18 @@
};
};
};
"zettelkasten" = {
path = "/home/gwg313/zettelkasten/";
devices = [ "grymforge" ];
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "15768000";
};
};
};
};
};
};