fixup! Add dependencies to UGent goimapnotify

This commit is contained in:
coolneng 2022-02-04 00:29:11 +01:00
parent 0888fe1f61
commit 7e928be885
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ in {
systemd.user.services.goimapnotify-ugent = {
description = "Sync UGent mail using IMAP IDLE";
wantedBy = [ "default.target" ];
path = [ goimapnotify pass-wayland isync notmuch python3Minimal gnupg ];
path = [ goimapnotify pass-wayland isync notmuch python39 gnupg ];
script = ''
${pkgs.goimapnotify}/bin/goimapnotify -conf /home/coolneng/.config/goimapnotify/ugent.conf
'';