home: update emacs and some other configs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-03-08 06:12:41 +05:30
parent 1626936630
commit 8c32c34bc7
11 changed files with 221 additions and 279 deletions

View File

@@ -2,14 +2,15 @@
let
key = "53EC089EF230E47A83BA8F8195949BD4B853F559";
host = "mail.weirdnatto.in";
realName = "Amneesh Singh";
address = "natto@weirdnatto.in";
in
{
accounts.email = {
accounts = {
natto = rec {
realName = "Amneesh Singh";
inherit address realName;
primary = true;
address = "natto@weirdnatto.in";
userName = address;
gpg = {
inherit key;
@@ -61,7 +62,7 @@ in
};
};
home = {
packages = with pkgs; [ mailcap ];
packages = with pkgs; [ mailcap w3m ];
file = {
mailcap = {
source = ./config/mailcap;