From 067cfc3d7aed9803e126ee160b703cce05221d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Thu, 4 Apr 2024 20:12:10 +0200 Subject: [PATCH] aerc: Added More of a test for now? --- hm/accounts/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hm/accounts/default.nix b/hm/accounts/default.nix index 749654c..11676ca 100644 --- a/hm/accounts/default.nix +++ b/hm/accounts/default.nix @@ -34,6 +34,10 @@ let in { config = { + programs.aerc = { + enable = true; + extraConfig.general.unsafe-accounts-conf = true; + }; programs.thunderbird = { enable = config.frogeye.desktop.xorg; profiles.hm = {