europa: add job to sync org-roam stuff

This commit is contained in:
Aaron Bieber 2024-09-08 08:01:30 -06:00
parent f3909f267c
commit c75395196a
No known key found for this signature in database

View File

@ -22,6 +22,12 @@ let
startAt = "*:0/5";
path = [ pkgs.git pkgs.git-sync ];
}
{
name = "org-roam";
script = "(cd ~/org-roam && git sync)";
startAt = "*:0/5";
path = [ pkgs.git pkgs.git-sync ];
}
];
in
{