From a838308a9383df52cf38555d229635b52c9dfba9 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 4 Aug 2024 15:59:04 +0200 Subject: [PATCH] Disable aerc --- home/mail/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/mail/default.nix b/home/mail/default.nix index 08d67e6..b5fc859 100644 --- a/home/mail/default.nix +++ b/home/mail/default.nix @@ -28,7 +28,7 @@ let showSignature = "append"; }; aerc = { - enable = true; + enable = false; extraAccounts = { pgp-opportunistic-encrypt = true; pgp-autosign = true; @@ -84,7 +84,7 @@ in { programs.password-store.enable = true; programs.aerc = { - enable = true; + enable = false; extraConfig = builtins.readFile ./aerc/aerc.conf; /* { */ /* general = { */