From e2b1176e42ed97d1570fe66d8531794e9ecd11d2 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:03:44 +1100 Subject: [PATCH] refactor: enable aerc in aerc module instead of mail module --- modules/home-manager/features/aerc.nix | 1 - modules/home-manager/features/mail.nix | 3 --- 2 files changed, 4 deletions(-) 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;