added llama api key

This commit is contained in:
Bryan Ramos 2026-04-13 22:45:02 -04:00
parent 27f765fe22
commit 07586a80ee
4 changed files with 34 additions and 4 deletions

View file

@ -30,9 +30,9 @@ in
];
programs = {
#bash = {
# initExtra = import ./config/penpot.nix;
#};
bash = {
initExtra = "export LLAMA_API_KEY=$(cat /run/secrets/LLAMA_API_KEY)";
};
direnv = {
enable = true;
enableBashIntegration = true;