sops changes, and things I cannot remember

This commit is contained in:
cnst
2024-08-09 13:41:41 +02:00
parent dde8787238
commit fe5ce74c33
36 changed files with 895 additions and 217 deletions

View File

@@ -1,5 +1,8 @@
{
{config, ...}: {
programs.nixvim.plugins.chatgpt = {
enable = true;
settings = {
api_key_cmd = "cat ${config.sops.secrets.openai_api_key.path}";
};
};
}

View File

@@ -13,7 +13,7 @@
./tagbar.nix
./telescope.nix
./treesitter.nix
# ./chatgpt.nix
./chatgpt.nix
# ./vimtex.nix
./nonels.nix
./conform.nix

View File

@@ -54,6 +54,9 @@
# C#
csharp-ls.enable = true;
# Yaml
yamlls.enable = true;
# Lua
lua-ls = {
enable = true;