From c34fea90fe00f4beeb4ab150038238eb5602dd6d Mon Sep 17 00:00:00 2001 From: stitchy Date: Fri, 14 Feb 2025 22:10:26 +0000 Subject: [PATCH] fix(mutt): notifications now showing on sync service --- users/stitchynyan/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/stitchynyan/home.nix b/users/stitchynyan/home.nix index fabc2a4..2e336fa 100644 --- a/users/stitchynyan/home.nix +++ b/users/stitchynyan/home.nix @@ -118,7 +118,7 @@ in "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus" "DISPLAY=:0" "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" "WAYLAND_DISPLAY=wayland-1" ];