From b402de2dd242ae9b8880c6e8b330e8f584a8a88d Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Tue, 11 Feb 2025 23:42:37 -0300 Subject: [PATCH] fix(neovim): allow cpu ollama rocm is broken for a while now --- modules/home-manager/programs/neovim/default.nix | 1 + specific/desktop/home-manager.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/home-manager/programs/neovim/default.nix b/modules/home-manager/programs/neovim/default.nix index 4d8a5f2..399919e 100644 --- a/modules/home-manager/programs/neovim/default.nix +++ b/modules/home-manager/programs/neovim/default.nix @@ -49,6 +49,7 @@ in type = types.enum [ "amd" "nvidia" + "cpu" ]; }; }; diff --git a/specific/desktop/home-manager.nix b/specific/desktop/home-manager.nix index 0b20301..2f7fbae 100644 --- a/specific/desktop/home-manager.nix +++ b/specific/desktop/home-manager.nix @@ -126,6 +126,7 @@ # Enable ollama support ollama.enable = true; + ollama.type = "cpu"; }; modules.hyprland = {