add mbsync overlay for xoauth support

This commit is contained in:
Sakooooo 2024-07-14 14:02:05 +04:00
parent 3a887eac1a
commit 03c31d37d5
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -24,6 +24,9 @@
dwm = prev.dwm.overrideAttrs (old: { dwm = prev.dwm.overrideAttrs (old: {
src = ../config/dwm; src = ../config/dwm;
}); });
isync = prev.isync.overrideAttrs (old: {
withCyrusSaslXoauth2 = true;
});
}; };
# lmao when did i add this # lmao when did i add this