Remove claude code custom model
This commit is contained in:
parent
4558339468
commit
059344b2c4
1 changed files with 0 additions and 7 deletions
|
|
@ -173,7 +173,6 @@ let
|
|||
|
||||
# Global settings configuration
|
||||
globalSettings = {
|
||||
model = cfg.model;
|
||||
spinnerTipsEnabled = false;
|
||||
todoEnabled = true;
|
||||
autoCompactEnabled = true;
|
||||
|
|
@ -203,12 +202,6 @@ in
|
|||
options.programs.claude-code-custom = {
|
||||
enable = mkEnableOption "Claude Code AI assistant";
|
||||
|
||||
model = mkOption {
|
||||
type = types.str;
|
||||
default = "default";
|
||||
description = "Default model to use with Claude Code";
|
||||
};
|
||||
|
||||
permissions = mkOption {
|
||||
type = types.nullOr (types.attrsOf (types.listOf types.str));
|
||||
default = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue