diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-29 08:34:39 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-07-02 14:39:00 -0700 |
commit | 219955daccfcba5653fa77d30c73844164fac30e (patch) | |
tree | 76ce08c247641cac76f251d912bfde788b114f83 /home/mail | |
parent | feat(flake): add more pre-commit hooks (diff) | |
download | world-219955daccfcba5653fa77d30c73844164fac30e.tar.gz |
fix(home/email): remove the environment variable NOTMUCH_CONFIG
The path is incorrect, and it's not needed. Instead of fixing the path let's drop the variable. Change-Id: I0b86add1739769810ec8369aac8da60ba38fa0bd Reviewed-on: https://cl.fcuny.net/c/world/+/601 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | home/mail/accounts/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/mail/accounts/default.nix b/home/mail/accounts/default.nix index 83358f0..9cddcd2 100644 --- a/home/mail/accounts/default.nix +++ b/home/mail/accounts/default.nix @@ -53,7 +53,6 @@ in Type = "oneshot"; Environment = [ "PASSWORD_STORE_DIR=${config.programs.password-store.settings.PASSWORD_STORE_DIR}" - "NOTMUCH_CONFIG=${config.xdg.configHome}/notmuch/notmuchrc" ]; ExecStart = "${pkgs.isync}/bin/mbsync -a"; ExecStartPost = "${pkgs.notmuch}/bin/notmuch new --quiet"; |