mirror of
https://github.com/nix-community/home-manager
synced 2025-01-02 07:09:49 +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 = {
|
||||
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