Compare commits

..

No commits in common. "eaa60c214996f44b3a9c167b102a5c0e95f02017" and "c229d861bb627f3a482f00f714e23f439679faad" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View File

@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1655895887,
"narHash": "sha256-AbihSVmPKFcQmaVgzNSLQ8sLAaVTTELPSzZ+/gRVfyk=",
"lastModified": 1655807518,
"narHash": "sha256-5YV29Ry/DpAJc/0Hc/+ISVBAjwHpJvAkeKkcUG5lWsc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e1e08fe28bf0588a41cd556eac40b98d2793da99",
"rev": "a72d7811be1162dd6804c4e36e5402d76fb6e921",
"type": "github"
},
"original": {

View File

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