mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
added llama api key
This commit is contained in:
parent
27f765fe22
commit
07586a80ee
4 changed files with 34 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue