mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 22:50:39 +00:00
imapnotify: specify notmuch configuration path
This commit is contained in:
parent
1480a6ca14
commit
d726afd9e4
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ let
|
|||
|
||||
Service = {
|
||||
ExecStart = "${pkgs.imapnotify}/bin/imapnotify -c ${genAccountConfig account}";
|
||||
} // optionalAttrs account.notmuch.enable {
|
||||
Environment = "NOTMUCH_CONFIG=${config.xdg.configHome}/notmuch/notmuchrc";
|
||||
};
|
||||
|
||||
Install = {
|
||||
|
|
Loading…
Reference in a new issue