fix: Trying to fix ollama service for darwin

This commit is contained in:
uttarayan21
2025-02-21 15:12:22 +05:30
parent a10ca460df
commit 9a69580cf6
5 changed files with 118 additions and 3 deletions

View File

@@ -73,7 +73,7 @@
then "open"
else "xdg-open";
};
sessionPath = ["${config.home.homeDirectory}/.cargo/bin"];
sessionPath = ["${config.home.homeDirectory}/.cargo/bin" "${config.home.homeDirectory}/.local/bin"];
stateVersion = "23.11";
};