enable email in lemur
This commit is contained in:
parent
a697f3bd17
commit
9115a5e401
1 changed files with 2 additions and 2 deletions
|
|
@ -51,10 +51,10 @@
|
||||||
ghostty.enable = true;
|
ghostty.enable = true;
|
||||||
};
|
};
|
||||||
email = {
|
email = {
|
||||||
enable = false;
|
enable = true;
|
||||||
davmail = true;
|
davmail = true;
|
||||||
neomutt = true;
|
neomutt = true;
|
||||||
mbsync = true;
|
mbsync = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue