summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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;