Changed the name of the zed module

This commit is contained in:
Alexandre 2025-12-28 00:24:52 +01:00
parent e3ed1dac5b
commit 94e6185c35
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
}; };
}; };
# Zed config # Zed config
zed-ai = { zed-custom = {
enable = true; enable = true;
}; };
}; };

View File

@ -345,7 +345,7 @@ let
in in
{ {
options.programs.zed-ai = { options.programs.zed-custom = {
enable = lib.mkEnableOption "Zed AI configuration with Chain of Thought"; enable = lib.mkEnableOption "Zed AI configuration with Chain of Thought";
enableCoTModels = lib.mkOption { enableCoTModels = lib.mkOption {