From 6cfedc8735de4588de24530b1b152b050c13160e Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 3 Feb 2022 14:44:34 +0100 Subject: [PATCH] Add dependencies to UGent goimapnotify --- modules/periodic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/periodic.nix b/modules/periodic.nix index 54484c7..cdfbe1e 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -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 '';