mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Changed the name of the zed module
This commit is contained in:
parent
19e97d589e
commit
e3ed1dac5b
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user