Add llm-workflow-engine
and configure for Emacs
This commit is contained in:
parent
b1b7b24717
commit
473b4e7580
7 changed files with 307 additions and 44 deletions
|
@ -1,4 +1,13 @@
|
|||
{lib, ...}: {
|
||||
{
|
||||
lib,
|
||||
age,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
ccrEmacs.enable = true;
|
||||
home.sessionVariables.EDITOR = lib.mkForce "emacsclient";
|
||||
systemd.user.services.emacs.Service.EnvironmentFile = age.secrets.chatgpt-token.path;
|
||||
home.packages = [
|
||||
pkgs.llm-workflow-engine
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue