1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

update: sound.nix (pulseaudio), LLMs, stylus

This commit is contained in:
xnm
2025-01-11 18:54:57 +02:00
parent c430800cd1
commit 87fde1c6c4
3 changed files with 347 additions and 340 deletions

View File

@@ -2,14 +2,16 @@
{
services.ollama.enable = true;
services.ollama.loadModels = [ "llama3.2:3b" "dolphin-llama3:8b" "qwen2.5-coder:7b" "llava-llama3:8b" "phi3.5:3.8b" ];
services.ollama.loadModels = [ "llama3.2:3b" "llama3.2-vision:11b" "phi4:14b" "qwq:32b" "dolphin3:8b" "smallthinker:3b" "nomic-embed-text" ];
services.ollama.acceleration = "cuda";
environment.systemPackages = with pkgs; [
oterm
oterm # my favorite TUI
alpaca
nextjs-ollama-llm-ui
aichat
open-webui # my favorite web GUI
aichat # my favorite CLI
tgpt
smartcat
];