update ollama, add magic space, install opencode
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
options.homeconfig.opencode.enable = with lib; mkOption {
|
||||
type = with types; bool;
|
||||
default = false;
|
||||
default = true;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.homeconfig.opencode.enable {
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
settings = {
|
||||
theme = "system";
|
||||
model = "";
|
||||
model = "ollama-local/ministral-3:8b";
|
||||
|
||||
provider = {
|
||||
ollama-local = {
|
||||
|
||||
Reference in New Issue
Block a user