fix(mutt): notifications now showing on sync service

This commit is contained in:
stitchy 2025-02-14 22:10:26 +00:00
parent abbf8000db
commit c34fea90fe
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -118,7 +118,7 @@ in
"DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus" "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus"
"DISPLAY=:0" "DISPLAY=:0"
"MBSYNCRC=/home/stitchynyan/.config/mbsync/config" "MBSYNCRC=/home/stitchynyan/.config/mbsync/config"
"PATH=$PATH:${lib.makeBinPath (lib.attrVals [ "busybox" "cyrus-sasl-xoauth2" "gnupg" "isync" "notify" "notmuch" "pass" "perl" "python3" ] pkgs)}" "PATH=$PATH:${lib.makeBinPath (lib.attrVals [ "busybox" "cyrus-sasl-xoauth2" "gnupg" "isync" "libnotify" "notmuch" "pass" "perl" "python3" ] pkgs)}"
"SASL_PATH=/run/current-system/sw/lib/sasl2" "SASL_PATH=/run/current-system/sw/lib/sasl2"
"WAYLAND_DISPLAY=wayland-1" "WAYLAND_DISPLAY=wayland-1"
]; ];