nixos/home/accounts/service.nix
Evie Litherland-Smith 3fe286c2a0 Add email accounts properly using nix
Switch to notmuch instead of mu due to mu/mu4e nix weirdness
2023-09-14 08:30:55 +01:00

10 lines
134 B
Nix

{ ... }:
{
imports = [ ./default.nix ];
# services.mbsync = {
# enable = true;
# frequency = "*-*-* *:0/15:00";
# };
}