From 357edfed714a87cdf628143a7f178b41086f87ac Mon Sep 17 00:00:00 2001 From: soup Date: Sat, 17 Jan 2026 22:38:14 -0500 Subject: [PATCH] Add lookbook binary to system PATH --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index e39744f..8ad975a 100644 --- a/default.nix +++ b/default.nix @@ -64,6 +64,9 @@ in }; users.groups.${cfg.group} = {}; + # Add lookbook binary to system PATH + environment.systemPackages = [ lookbook ]; + systemd.services.lookbook = { description = "Lookbook"; wantedBy = [ "multi-user.target" ];