home-manager @ f2ca5f8340d7b8360298931f56194f1db1f7ee6b

Include email config
 1diff --git a/flake.nix b/flake.nix
 2index 8172575a17c0a9fc23864a30138bfa592d6adaee..964c234d6d5ab2bc7ea682120c1350a7ebaaa97f 100644
 3--- a/flake.nix
 4+++ b/flake.nix
 5@@ -48,7 +48,7 @@         extraSpecialArgs = {
 6           inherit inputs;
 7           git = {
 8             name = "Gabriel A. Giovanini";
 9-            nmail = "mail@gabrielgio.me";
10+            email = "mail@gabrielgio.me";
11           };
12         };
13 
14diff --git a/profile.nix b/profile.nix
15index 520ad831702e238f6a35ebbb9d6ae2df29998e55..bfcb5c4282c248e53f99471e611626840821740e 100644
16--- a/profile.nix
17+++ b/profile.nix
18@@ -45,6 +45,9 @@
19     # wine folder
20     export WINEPREFIX=$XDG_DATA_HOME/wine
21 
22+    # notmuch location
23+    export NOTMUCH_CONFIG=$XDG_CONFIG_HOME/notmuch/config
24+
25     # podman user socket
26     # this is used so I don't have to install docker
27     #export DOCKER_HOST=unix://run/user/1000/podman/podman.sock
28diff --git a/secrets/gridx/gridx.nix b/secrets/gridx/gridx.nix
29index 1e99336c4ef6da3e5f5aa97ac06cf900596d631d..960b32b5857862283aeaf062921863a2d6d5332a 100644
30Binary files a/secrets/gridx/gridx.nix and b/secrets/gridx/gridx.nix differ
31diff --git a/secrets/gridx/mail.nix b/secrets/gridx/mail.nix
32new file mode 100644
33index 0000000000000000000000000000000000000000..43a542753bc7fbef91ecf817666c27db2d5272cb
34Binary files /dev/null and b/secrets/gridx/mail.nix differ