This commit is contained in:
Andrea Ciceri 2023-10-13 21:27:03 +02:00
parent 128e701625
commit c8bd8acd8b
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
7 changed files with 240 additions and 176 deletions

View file

@ -7,7 +7,5 @@
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
];
home.packages = lib.lists.optional pkgs.stdenv.isx86_64 pkgs.llm-workflow-engine;
}