Disable aerc
This commit is contained in:
parent
5a45d11188
commit
a838308a93
@ -28,7 +28,7 @@ let
|
|||||||
showSignature = "append";
|
showSignature = "append";
|
||||||
};
|
};
|
||||||
aerc = {
|
aerc = {
|
||||||
enable = true;
|
enable = false;
|
||||||
extraAccounts = {
|
extraAccounts = {
|
||||||
pgp-opportunistic-encrypt = true;
|
pgp-opportunistic-encrypt = true;
|
||||||
pgp-autosign = true;
|
pgp-autosign = true;
|
||||||
@ -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 = { */
|
||||||
|
Loading…
Reference in New Issue
Block a user