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,13 +1,13 @@
|
||||
{device, ...}: {
|
||||
{config, ...}: {
|
||||
programs.himalaya = {
|
||||
enable = true;
|
||||
};
|
||||
accounts.email.accounts.fastmail.himalaya = {
|
||||
enable = true;
|
||||
settings = {
|
||||
downloads-dir = "${device.home}/Mail";
|
||||
downloads-dir = "${config.home.homeDirectory}/Mail/fastmail";
|
||||
backend.type = "maildir";
|
||||
backend.root-dir = "~/Mail";
|
||||
backend.root-dir = "${config.home.homeDirectory}/Mail/fastmail";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user