LLM-agents installed
This commit is contained in:
+11
-49
@@ -1,4 +1,4 @@
|
||||
{ pkgs }:
|
||||
{ pkgs, llm-agents }:
|
||||
|
||||
with pkgs;
|
||||
[
|
||||
@@ -7,10 +7,11 @@ with pkgs;
|
||||
mas
|
||||
|
||||
# X11
|
||||
xorg.libX11
|
||||
xorg.libXt
|
||||
xorg.libXext
|
||||
xorg.libXrender
|
||||
libx11
|
||||
libxt
|
||||
libxext
|
||||
libxrender
|
||||
libxrandr
|
||||
xterm
|
||||
|
||||
# The Web Browsers
|
||||
@@ -39,6 +40,8 @@ with pkgs;
|
||||
minicom
|
||||
mtr
|
||||
ncdu
|
||||
nodejs
|
||||
|
||||
fastfetch
|
||||
nixfmt
|
||||
openssh
|
||||
@@ -151,8 +154,6 @@ with pkgs;
|
||||
|
||||
# LLM
|
||||
ollama
|
||||
|
||||
|
||||
|
||||
# Social
|
||||
pidgin
|
||||
@@ -162,46 +163,6 @@ with pkgs;
|
||||
cargo
|
||||
platformio-core
|
||||
|
||||
# (vscode-with-extensions.override {
|
||||
# vscodeExtensions =
|
||||
# with vscode-extensions;
|
||||
# [https://github.com/dustinlyons/nixos-config/
|
||||
# #bbenoist.nix
|
||||
# jnoortheen.nix-ide
|
||||
# ms-python.python
|
||||
# ms-azuretools.vscode-docker
|
||||
# # ms-vscode-remote.remote-ssh
|
||||
# eamodio.gitlens
|
||||
# james-yu.latex-workshop
|
||||
# ]
|
||||
# ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||
# # {
|
||||
# # name = "remote-ssh-edit";
|
||||
# # publisher = "ms-vscode-remote";
|
||||
# # version = "0.47.2";
|
||||
# # sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
|
||||
# # }
|
||||
# {
|
||||
# name = "cpptools";
|
||||
# publisher = "ms-vscode";
|
||||
# version = "1.26.1";
|
||||
# sha256 = "sha256-uVE7sEO8XN3ArFpElUw25/BKyCOzF1EmZ5nHBkdoL/0=";
|
||||
# }
|
||||
# {
|
||||
# name = "minifyall";
|
||||
# publisher = "josee9988";
|
||||
# version = "2.10.0";
|
||||
# sha256 = "sha256-cH5x8fUN0n+hO1b3lNzau2MnyeYmsD0ZXAYGxCQjT0Y=";
|
||||
# }
|
||||
# {
|
||||
# name = "platformio-ide";
|
||||
# publisher = "platformio";
|
||||
# version = "3.3.4";
|
||||
# sha256 = "sha256-qfNz4IYjCmCMFLtAkbGTW5xnsVT8iDnFWjrgkmr2Slk=";
|
||||
# }
|
||||
# ];
|
||||
# })
|
||||
|
||||
# XML, Tex and LaTex
|
||||
|
||||
mdbook
|
||||
@@ -264,5 +225,6 @@ with pkgs;
|
||||
;
|
||||
|
||||
})
|
||||
|
||||
]
|
||||
] ++ (with llm-agents.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
hermes-desktop
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user