Xterm & Ollama launch
This commit is contained in:
@@ -12,7 +12,7 @@ with pkgs;
|
||||
libxext
|
||||
libxrender
|
||||
libxrandr
|
||||
xterm
|
||||
xterm
|
||||
|
||||
# The Web Browsers
|
||||
brave
|
||||
@@ -97,7 +97,6 @@ with pkgs;
|
||||
#nodePackages.prettier
|
||||
|
||||
# Text and terminal utilities
|
||||
xterm
|
||||
|
||||
htop
|
||||
hunspell
|
||||
@@ -115,6 +114,7 @@ with pkgs;
|
||||
# Python packages
|
||||
# python3
|
||||
virtualenv
|
||||
uv
|
||||
|
||||
(python3.withPackages (
|
||||
python-pkgs: with python-pkgs; [
|
||||
@@ -153,7 +153,7 @@ with pkgs;
|
||||
))
|
||||
|
||||
# LLM
|
||||
ollama
|
||||
ollama # Launchd definition in hosts/darwin/default.nix
|
||||
|
||||
# Social
|
||||
pidgin
|
||||
@@ -229,6 +229,8 @@ with pkgs;
|
||||
|
||||
### Agents from https://github.com/numtide/llm-agents.nix
|
||||
|
||||
|
||||
|
||||
++ (with llm-agents.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
hermes-desktop
|
||||
hermes-hud
|
||||
|
||||
Reference in New Issue
Block a user