all repos — nixfiles @ ab763c32f561174f24feca16abd57e2eaafff60e

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

marvin: add LM Studio CLI (lms) to path
Alan Pearce alan@alanpearce.eu
Tue, 10 Dec 2024 19:01:50 +0100
commit

ab763c32f561174f24feca16abd57e2eaafff60e

parent

264ec8fafa45e0f9ed367d7413dd7c4331dda77c

1 files 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;