From 03e1767b2afdb8f47b413cc73adfb2101bb068df Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 24 Apr 2025 14:33:28 -0300 Subject: [PATCH] docs(neovim): update ollama type option description --- modules/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix index 4522cf8..5fbbe2e 100644 --- a/modules/neovim/default.nix +++ b/modules/neovim/default.nix @@ -45,7 +45,7 @@ in enable = mkEnableOption "enable"; type = mkOption { default = "amd"; - description = "The type of ollama package to install, AMD GPU accelerated or NVIDIA GPU accelerated."; + description = "The type of ollama package to install, accelerated by an AMD GPU, NVIDIA GPU or CPU."; example = "amd"; type = types.enum [ "amd"