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
e3ed1dac5b
commit
94e6185c35
@ -24,7 +24,7 @@
|
||||
};
|
||||
};
|
||||
# Zed config
|
||||
zed-ai = {
|
||||
zed-custom = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user