services/activitywatch: update executable name

This commit is contained in:
Gabriel Arazas 2023-11-23 22:13:35 +08:00
parent 94f75728c4
commit 57e3957d98
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -15,7 +15,7 @@ let
}; };
Service = { Service = {
ExecStart = "${cfg.package}/bin/${cfg.executable} ${lib.escapeShellArgs cfg.extraArgs}"; ExecStart = "${lib.getExe' cfg.package cfg.executable} ${lib.escapeShellArgs cfg.extraArgs}";
Restart = "on-failure"; Restart = "on-failure";
# Some sandboxing. # Some sandboxing.