fix(neovim): allow cpu ollama

rocm is broken for a while now
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-02-11 23:42:37 -03:00
parent b9e6347a04
commit b402de2dd2
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 2 additions and 0 deletions

View file

@ -49,6 +49,7 @@ in
type = types.enum [
"amd"
"nvidia"
"cpu"
];
};
};

View file

@ -126,6 +126,7 @@
# Enable ollama support
ollama.enable = true;
ollama.type = "cpu";
};
modules.hyprland = {