From 94e6185c354168e401038a8c437b95cb0ec2e91c Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 28 Dec 2025 00:24:52 +0100 Subject: [PATCH] Changed the name of the zed module --- hosts/common/home.nix | 2 +- modules/common/zed.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {