feat(email): enable mbsync and configure neomutt with sidebar and notmuch support
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
{pkgs, ...}: {
|
||||
programs.neomutt = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
vimKeys = true;
|
||||
editor = "nvim";
|
||||
# sidebar = {
|
||||
# };
|
||||
sidebar = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
programs.notmuch = {
|
||||
enable = true;
|
||||
};
|
||||
accounts.email.accounts.fastmail.neomutt = {
|
||||
enable = true;
|
||||
};
|
||||
accounts.email.accounts.fastmail.notmuch = {
|
||||
enable = true;
|
||||
neomutt.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user