1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

imapnotify: specify notmuch configuration path

This commit is contained in:
Robert Helgesson 2019-05-01 17:02:01 +02:00
parent 1480a6ca14
commit d726afd9e4
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -25,6 +25,8 @@ let
Service = { Service = {
ExecStart = "${pkgs.imapnotify}/bin/imapnotify -c ${genAccountConfig account}"; ExecStart = "${pkgs.imapnotify}/bin/imapnotify -c ${genAccountConfig account}";
} // optionalAttrs account.notmuch.enable {
Environment = "NOTMUCH_CONFIG=${config.xdg.configHome}/notmuch/notmuchrc";
}; };
Install = { Install = {