Re: Guix home mcron help

2022-06-24 Thread Trev
Quick update: I was able to get my mcron working in a way that seems to be the proper "guix home" way. It just took a lot of re-reading, trial & error. The downside to my solution is that I had to wrap my entire mailsync module in a #~(job #$(program-file)) gexp. Here's an example of my solution

Guix home mcron help

2022-06-23 Thread Trev
Hey guys, I am trying to appreciate how to set up a guix home mcron using a separate module that I wrote that exports the job. My config lives in ~/.config/guix/home/config.scm My cron module lives in ~/.config/guix/home/cron/mailsync.scm The mailsync module export this: #+BEGIN_SRC scheme (de