This commit is contained in:
2026-04-09 08:30:19 +00:00
parent 03b968513b
commit 276378b57c
4 changed files with 49 additions and 133 deletions

View File

@@ -2,6 +2,11 @@
local = import ./_lib/local.nix;
in {
den.aspects.email.homeManager = {pkgs, ...}: {
programs.aerc = {
enable = true;
extraConfig.general.unsafe-accounts-conf = true;
};
programs.himalaya = {
enable = true;
package =
@@ -50,6 +55,7 @@ in {
port = 993;
tls.enable = true;
};
aerc.enable = true;
};
};
};