marvin: add LM Studio CLI (lms) to path
1 file 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;