mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
added notmuch
This commit is contained in:
parent
2495d2423b
commit
df8600a1ce
2 changed files with 16 additions and 12 deletions
|
@ -36,6 +36,7 @@ in
|
|||
};
|
||||
mbsync.enable = true;
|
||||
msmtp.enable = true;
|
||||
notmuch.enable = true;
|
||||
};
|
||||
accounts.email.accounts = {
|
||||
"rouven@rfive.de" = rec {
|
||||
|
@ -156,6 +157,7 @@ in
|
|||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
notmuch.enable = true;
|
||||
neomutt = let c = mbsync.groups.tud.channels; in
|
||||
{
|
||||
enable = true;
|
||||
|
@ -223,6 +225,7 @@ in
|
|||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
notmuch.enable = true;
|
||||
neomutt = let c = mbsync.groups.ifsr.channels; in
|
||||
{
|
||||
enable = true;
|
||||
|
@ -281,6 +284,7 @@ in
|
|||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
notmuch.enable = true;
|
||||
neomutt = let c = mbsync.groups.gmail.channels; in
|
||||
{
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue