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;
|
||||
}
|
||||
|
|
|
@ -175,9 +175,10 @@
|
|||
nix-zsh-completions
|
||||
carapace # used by nushell
|
||||
nil # TODO probably not best place
|
||||
nixd # TODO probably not best place
|
||||
terraform-lsp # TODO probably not best place
|
||||
python3Packages.jedi-language-server # TODO probably not best place
|
||||
# TODO probably not best place
|
||||
cntr # TODO probably not best place
|
||||
# nom # FIXME disable on aarch64-linux, breaks everything :(
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue