refactor: enable aerc in aerc module instead of mail module

This commit is contained in:
wi11-holdsworth 2025-10-15 22:03:44 +11:00
parent e9bba3d290
commit e2b1176e42
2 changed files with 0 additions and 4 deletions

View file

@ -10,7 +10,6 @@ in
config = lib.mkIf config.${feature}.enable { config = lib.mkIf config.${feature}.enable {
programs.aerc = { programs.aerc = {
enable = true; enable = true;
extraConfig.general.unsafe-accounts-conf = true;
}; };
}; };

View file

@ -32,9 +32,6 @@ in
personal = { personal = {
enable = true; enable = true;
# keep-sorted start block=yes # keep-sorted start block=yes
aerc = {
enable = true;
};
imap = { imap = {
port = 1143; port = 1143;
inherit tls; inherit tls;