diff options
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; |
