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:
pagedmov
2024-11-10 02:57:08 -05:00
committed by pagedmov
parent 2a1ba18c09
commit 366a0c1175
15 changed files with 41 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{
programs.nixvim.plugins.chatgpt = {
enable = true;
settings = {
api_key_cmd = "pass keys/openai/apikey";
};
};
}