diff options
| author | Moisés Ackerman <6054733+akrmn@users.noreply.github.com> | 2020-10-31 19:41:41 +0100 |
|---|---|---|
| committer | Moisés Ackerman <6054733+akrmn@users.noreply.github.com> | 2020-11-05 11:43:50 +0100 |
| commit | d037dfaf20b31aa72b394e3135cf5c8ccebbefc4 (patch) | |
| tree | d4878a24f04cb59aa60a3812245cbc8578cc2472 /modules | |
| parent | c2124383f47315c23b0fbe8b75a1190b6d7929d0 (diff) | |
add git, gnutar and gzip to lorri's path
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/services/lorri.nix | 2 |
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; |
