diff --git a/modules/home-manager/features/aerc.nix b/modules/home-manager/features/aerc.nix index d2138bc..a79e1fa 100644 --- a/modules/home-manager/features/aerc.nix +++ b/modules/home-manager/features/aerc.nix @@ -10,7 +10,6 @@ in config = lib.mkIf config.${feature}.enable { programs.aerc = { enable = true; - extraConfig.general.unsafe-accounts-conf = true; }; }; diff --git a/modules/home-manager/features/mail.nix b/modules/home-manager/features/mail.nix index fac8d65..5bf57cd 100644 --- a/modules/home-manager/features/mail.nix +++ b/modules/home-manager/features/mail.nix @@ -32,9 +32,6 @@ in personal = { enable = true; # keep-sorted start block=yes - aerc = { - enable = true; - }; imap = { port = 1143; inherit tls;