all repos — nixfiles @ ab763c32f561174f24feca16abd57e2eaafff60e

System and user configuration, managed by nix and home-manager

marvin: add LM Studio CLI (lms) to path

Alan Pearce
commit

ab763c32f561174f24feca16abd57e2eaafff60e

parent

264ec8fafa45e0f9ed367d7413dd7c4331dda77c

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M user/marvin.nixuser/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;