diff --git a/hosts/common/home.nix b/hosts/common/home.nix index ae298b7..24333c1 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -24,7 +24,7 @@ }; }; # Zed config - zed-ai = { + zed-custom = { enable = true; }; }; diff --git a/modules/common/zed.nix b/modules/common/zed.nix index 638f2c7..8c280ac 100644 --- a/modules/common/zed.nix +++ b/modules/common/zed.nix @@ -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 {