diff options
author | Alan Pearce | 2024-12-10 19:01:50 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-10 19:01:50 +0100 |
commit | ab763c32f561174f24feca16abd57e2eaafff60e (patch) | |
tree | 1f02bc59c29178d40a45ce16a6b0f06ac922c6e7 /user | |
parent | 264ec8fafa45e0f9ed367d7413dd7c4331dda77c (diff) | |
download | nixfiles-ab763c32f561174f24feca16abd57e2eaafff60e.tar.lz nixfiles-ab763c32f561174f24feca16abd57e2eaafff60e.tar.zst nixfiles-ab763c32f561174f24feca16abd57e2eaafff60e.zip |
marvin: add LM Studio CLI (lms) to path
Diffstat (limited to 'user')
-rw-r--r-- | user/marvin.nix | 3 |
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; |