fix: Trying to fix ollama service for darwin
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user