From 7e928be885875ecbde7c3e9c8565965120c6d11e Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 4 Feb 2022 00:29:11 +0100 Subject: [PATCH] fixup! 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 cdfbe1e..3413b72 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 python3Minimal gnupg ]; + path = [ goimapnotify pass-wayland isync notmuch python39 gnupg ]; script = '' ${pkgs.goimapnotify}/bin/goimapnotify -conf /home/coolneng/.config/goimapnotify/ugent.conf '';