renamed some files and directories that had identical filenames. Altered some nixvim plugin options. Set up gpg signing for git commits.
This commit is contained in:
8
modules/home/programs/nixvim/plugins/chatgpt.nix
Normal file
8
modules/home/programs/nixvim/plugins/chatgpt.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.nixvim.plugins.chatgpt = {
|
||||
enable = true;
|
||||
settings = {
|
||||
api_key_cmd = "pass keys/openai/apikey";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user