marvin: add LM Studio CLI (lms) to path
Alan Pearce alan@alanpearce.eu
Tue, 10 Dec 2024 19:01:50 +0100
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M user/marvin.nix → 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;