diff options
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"; |