mirror of
https://github.com/nix-community/home-manager
synced 2025-01-04 16:19:48 +01:00
lieer: use configured package in service (#2480)
This commit is contained in:
parent
05a3116091
commit
42915b78af
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ let
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${pkgs.gmailieer}/bin/gmi sync";
|
ExecStart = "${config.programs.lieer.package}/bin/gmi sync";
|
||||||
WorkingDirectory = account.maildir.absPath;
|
WorkingDirectory = account.maildir.absPath;
|
||||||
Environment =
|
Environment =
|
||||||
"NOTMUCH_CONFIG=${config.xdg.configHome}/notmuch/notmuchrc";
|
"NOTMUCH_CONFIG=${config.xdg.configHome}/notmuch/notmuchrc";
|
||||||
|
|
Loading…
Reference in a new issue