Xterm & Ollama launch

This commit is contained in:
Olaf
2026-07-13 15:02:30 +02:00
parent 1336a9bcd8
commit c3cfbf5a6a
3 changed files with 18 additions and 4 deletions
+12
View File
@@ -108,6 +108,18 @@ in
StandardOutPath = "/tmp/emacs.out.log";
};
launchd.user.agents.ollama = {
command = "${pkgs.ollama}/bin/ollama serve";
serviceConfig = {
KeepAlive = true;
RunAtLoad = true;
StandardOutPath = "/tmp/ollama.out.log";
StandardErrorPath = "/tmp/ollama.err.log";
};
};
system = {
stateVersion = 4;
primaryUser = "${user}";
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
emacsOverlaySha256 = "02yxwls39cj02yw03b01hvg6h2fvk9k54adzqgi569mm7ld39rx8";
emacsOverlaySha256 = "0n7hpzf0j7fgizcfxqsk3i1f06k1clmbkdy099sn1sgh2x2h3ig7";
in
{
+4 -2
View File
@@ -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