mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
configuration.nix: disable assistant plugins in maximal mode
They require subscriptions to work as intended. If a user has a subscription, they may enable it explicitly.
This commit is contained in:
parent
64c7e428de
commit
29f55e258a
1 changed files with 2 additions and 2 deletions
|
@ -227,9 +227,9 @@ inputs: let
|
|||
};
|
||||
|
||||
assistant = {
|
||||
chatgpt.enable = isMaximal;
|
||||
chatgpt.enable = false;
|
||||
copilot = {
|
||||
enable = isMaximal;
|
||||
enable = false;
|
||||
cmp.enable = isMaximal;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue