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-ai = {
zed-custom = {
enable = true;
};
};

View File

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