Add dependencies to UGent goimapnotify

This commit is contained in:
coolneng 2022-02-03 14:44:34 +01:00
parent c46284571a
commit 6cfedc8735
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 ];
path = [ goimapnotify pass-wayland isync notmuch python3Minimal gnupg ];
script = ''
${pkgs.goimapnotify}/bin/goimapnotify -conf /home/coolneng/.config/goimapnotify/ugent.conf
'';