refactor: ollama pkg with service 🎨

This commit is contained in:
DannyDannyDanny 2025-08-23 20:19:12 +00:00
parent a90fad2688
commit 4c5128a7a0

View file

@ -57,8 +57,6 @@
# neovim # activated in neovim.nix
mpv # cli music player
ollama # LLMs locally
git # version control
gh # github cli tool
@ -86,6 +84,7 @@
lolcat
];
services.ollama.enable = true;
services.vscode-server.enable = true;
security.rtkit.enable = true; # realtime kit hands out realtime scheduling priority
services.pipewire = {