From ab763c32f561174f24feca16abd57e2eaafff60e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 10 Dec 2024 19:01:50 +0100 Subject: marvin: add LM Studio CLI (lms) to path --- user/marvin.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user') diff --git a/user/marvin.nix b/user/marvin.nix index 01a29b1f..93e8d534 100644 --- a/user/marvin.nix +++ b/user/marvin.nix @@ -19,6 +19,9 @@ home.username = "alan"; home.homeDirectory = "/Users/alan"; home.stateVersion = "22.11"; + home.sessionPath = [ + "$HOME/.cache/lm-studio/bin" + ]; launchd.agents.colima = { enable = true; -- cgit 1.4.1