{ config, pkgs, ... }: { programs.notmuch = { enable = true; extraConfig = '' [database] path=/home/user/.config/aerc/mail [user] name=Thomas Avé primary_email=email@thomasave.be other_email=Thomas.Ave@uantwerpen.be;Thomas.Ave@imec.be; [maildir] synchronize_flags=true ''; }; }