commit 672f63b1b9e905dfcfad95acb1f85c5b2923e005
parent ef4c366340439ddf7bcdf57ed715169a764abbf1
Author: Chris <chris@echoz.io>
Date: Sun, 12 Oct 2025 22:20:35 +0200
feat: add some aerc configuration options
Diffstat:
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -214,11 +214,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
- "lastModified": 1760290788,
- "narHash": "sha256-5tIni4HDZdMHi1YpPpTWBRX48BIrQIgREJv73fuFW9A=",
+ "lastModified": 1760300355,
+ "narHash": "sha256-Rmmg7u/XNRg6V78OqSW6JoqtlIM4JQ2pii5Jd0mEWjc=",
"owner": "echozio",
"repo": "sec",
- "rev": "65d1cbf141d0c6191c5813051f6080d5aa9c0a77",
+ "rev": "7c06d094c91c08d4e9cd8f3b526b3527e63d424f",
"type": "github"
},
"original": {
diff --git a/modules/aerc/default.nix b/modules/aerc/default.nix
@@ -72,6 +72,12 @@
"text/html" = "firefox";
"application/pdf" = "firefox";
};
+
+ compose = {
+ focus-body = true;
+ edit-headers = true;
+ reply-to-self = false;
+ };
};
stylesets = {
default.user."dim.dim" = true;