summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMoisés Ackerman <6054733+akrmn@users.noreply.github.com>2020-10-31 19:41:41 +0100
committerMoisés Ackerman <6054733+akrmn@users.noreply.github.com>2020-11-05 11:43:50 +0100
commitd037dfaf20b31aa72b394e3135cf5c8ccebbefc4 (patch)
treed4878a24f04cb59aa60a3812245cbc8578cc2472 /modules
parentc2124383f47315c23b0fbe8b75a1190b6d7929d0 (diff)
add git, gnutar and gzip to lorri's path
Diffstat (limited to 'modules')
-rw-r--r--modules/services/lorri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/lorri.nix b/modules/services/lorri.nix
index 354bcf4..f637b9c 100644
--- a/modules/services/lorri.nix
+++ b/modules/services/lorri.nix
@@ -32,7 +32,7 @@ in
environment.systemPackages = [ pkgs.lorri ];
launchd.user.agents.lorri = {
command = with pkgs; "${lorri}/bin/lorri daemon";
- path = with pkgs; [ nix ];
+ path = with pkgs; [ config.nix.package git gnutar gzip ];
serviceConfig = {
KeepAlive = true;
RunAtLoad = true;