summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-12-10 19:01:50 +0100
committerAlan Pearce2024-12-10 19:01:50 +0100
commitab763c32f561174f24feca16abd57e2eaafff60e (patch)
tree1f02bc59c29178d40a45ce16a6b0f06ac922c6e7
parent264ec8fafa45e0f9ed367d7413dd7c4331dda77c (diff)
downloadnixfiles-ab763c32f561174f24feca16abd57e2eaafff60e.tar.lz
nixfiles-ab763c32f561174f24feca16abd57e2eaafff60e.tar.zst
nixfiles-ab763c32f561174f24feca16abd57e2eaafff60e.zip
marvin: add LM Studio CLI (lms) to path
-rw-r--r--user/marvin.nix3
1 files changed, 3 insertions, 0 deletions
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;