lieer: use configured package in service (#2480)
This commit is contained in:
parent
05a3116091
commit
42915b78af
|
@ -24,7 +24,7 @@ let
|
|||
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "${pkgs.gmailieer}/bin/gmi sync";
|
||||
ExecStart = "${config.programs.lieer.package}/bin/gmi sync";
|
||||
WorkingDirectory = account.maildir.absPath;
|
||||
Environment =
|
||||
"NOTMUCH_CONFIG=${config.xdg.configHome}/notmuch/notmuchrc";
|
||||
|
|
Loading…
Reference in a new issue