Disable aerc
This commit is contained in:
parent
5a45d11188
commit
a838308a93
@ -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 = { */
|
||||
|
Loading…
Reference in New Issue
Block a user