diff options
author | Alan Pearce | 2024-12-30 15:58:34 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-30 15:58:34 +0100 |
commit | b1f32ed3ab06f524eceb6126e98e581b82b30534 (patch) | |
tree | 1c006f1b7ec0058dc00f1466a0acd5fa1afcda13 /user | |
parent | de978a493caffdd220f60e7dd536ec00f5353157 (diff) | |
download | nixfiles-b1f32ed3ab06f524eceb6126e98e581b82b30534.tar.lz nixfiles-b1f32ed3ab06f524eceb6126e98e581b82b30534.tar.zst nixfiles-b1f32ed3ab06f524eceb6126e98e581b82b30534.zip |
marvin: remove lm-studio cli from PATH
Diffstat (limited to 'user')
-rw-r--r-- | user/marvin.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/user/marvin.nix b/user/marvin.nix index 3b33b5d1..f6a745c6 100644 --- a/user/marvin.nix +++ b/user/marvin.nix @@ -19,9 +19,6 @@ home.username = "alan"; home.homeDirectory = "/Users/alan"; home.stateVersion = "22.11"; - home.sessionPath = [ - "$HOME/.cache/lm-studio/bin" - ]; home.packages = with pkgs; [ picocom ollama |