europa: add job to sync org-roam stuff
This commit is contained in:
parent
f3909f267c
commit
c75395196a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user