add mbsync overlay for xoauth support
This commit is contained in:
parent
3a887eac1a
commit
03c31d37d5
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
dwm = prev.dwm.overrideAttrs (old: {
|
||||
src = ../config/dwm;
|
||||
});
|
||||
isync = prev.isync.overrideAttrs (old: {
|
||||
withCyrusSaslXoauth2 = true;
|
||||
});
|
||||
};
|
||||
|
||||
# lmao when did i add this
|
||||
|
|
Loading…
Reference in a new issue