Things
This commit is contained in:
parent
128e701625
commit
c8bd8acd8b
7 changed files with 240 additions and 176 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue