nixos-config/users/simon/modules/mail/default.nix
Simon Bruder 2787c28a3d
mail: Add notmuch
Aerc’s notmuch support is not yet very mature, so it needs a hacky
workaround to work somewhat well.
2022-07-08 11:51:03 +02:00

8 lines
71 B
Nix

{
imports = [
./accounts.nix
./aerc
./notmuch.nix
];
}