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
|
||||
{
|
||||
options.programs.zed-ai = {
|
||||
enable = lib.mkEnableOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = "Zed AI configuration with Chain of Thought";
|
||||
};
|
||||
enable = lib.mkEnableOption "Zed AI configuration with Chain of Thought";
|
||||
|
||||
enableCoTModels = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user