big changes to neovim, might streamline later, also some term environment settings
This commit is contained in:
8
home/modules/devtools/neovim/pluginsbak/chatgpt.nix
Normal file
8
home/modules/devtools/neovim/pluginsbak/chatgpt.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{config, ...}: {
|
||||
programs.nixvim.plugins.chatgpt = {
|
||||
enable = true;
|
||||
settings = {
|
||||
api_key_cmd = "cat ${config.sops.secrets.openai_api_key.path}";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user