1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00

lieer: use configured package in service (#2480)

This commit is contained in:
arcnmx 2021-11-16 09:38:36 -08:00 committed by GitHub
parent 05a3116091
commit 42915b78af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";