diff options
Diffstat (limited to 'user/marvin.nix')
-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 |