Disable aerc

This commit is contained in:
Valentin Brandl 2024-08-13 18:25:14 +02:00
parent c3e3fec43a
commit 3d02638584
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -84,7 +84,7 @@ in {
programs.password-store.enable = true; programs.password-store.enable = true;
programs.aerc = { programs.aerc = {
enable = true; enable = false;
extraConfig = builtins.readFile ./aerc/aerc.conf; extraConfig = builtins.readFile ./aerc/aerc.conf;
/* { */ /* { */
/* general = { */ /* general = { */