From f2ca5f8340d7b8360298931f56194f1db1f7ee6b Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Fri, 17 Oct 2025 15:35:30 +0200 Subject: Include email config --- flake.nix | 2 +- profile.nix | 3 +++ secrets/gridx/gridx.nix | Bin 440 -> 464 bytes secrets/gridx/mail.nix | Bin 0 -> 2006 bytes 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 secrets/gridx/mail.nix diff --git a/flake.nix b/flake.nix index 8172575..964c234 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ inherit inputs; git = { name = "Gabriel A. Giovanini"; - nmail = "mail@gabrielgio.me"; + email = "mail@gabrielgio.me"; }; }; diff --git a/profile.nix b/profile.nix index 520ad83..bfcb5c4 100644 --- a/profile.nix +++ b/profile.nix @@ -45,6 +45,9 @@ # wine folder export WINEPREFIX=$XDG_DATA_HOME/wine + # notmuch location + export NOTMUCH_CONFIG=$XDG_CONFIG_HOME/notmuch/config + # podman user socket # this is used so I don't have to install docker #export DOCKER_HOST=unix://run/user/1000/podman/podman.sock diff --git a/secrets/gridx/gridx.nix b/secrets/gridx/gridx.nix index 1e99336..960b32b 100644 Binary files a/secrets/gridx/gridx.nix and b/secrets/gridx/gridx.nix differ diff --git a/secrets/gridx/mail.nix b/secrets/gridx/mail.nix new file mode 100644 index 0000000..43a5427 Binary files /dev/null and b/secrets/gridx/mail.nix differ -- cgit v1.2.3