Changed the name of the zed module

This commit is contained in:
Alexandre 2025-12-28 00:24:37 +01:00
parent 19e97d589e
commit e3ed1dac5b
3 changed files with 6 additions and 10 deletions

View File

@ -346,11 +346,7 @@ let
in in
{ {
options.programs.zed-ai = { options.programs.zed-ai = {
enable = lib.mkEnableOption { enable = lib.mkEnableOption "Zed AI configuration with Chain of Thought";
type = lib.types.bool;
default = false;
description = "Zed AI configuration with Chain of Thought";
};
enableCoTModels = lib.mkOption { enableCoTModels = lib.mkOption {
type = lib.types.bool; type = lib.types.bool;