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

File diff suppressed because one or more lines are too long

View File

@@ -2,14 +2,16 @@
{ {
services.ollama.enable = true; 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"; services.ollama.acceleration = "cuda";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
oterm oterm # my favorite TUI
alpaca alpaca
nextjs-ollama-llm-ui nextjs-ollama-llm-ui
aichat open-webui # my favorite web GUI
aichat # my favorite CLI
tgpt tgpt
smartcat smartcat
]; ];

View File

@@ -2,7 +2,7 @@
{ {
# Enable sound with pipewire. # Enable sound with pipewire.
hardware.pulseaudio.enable = false; services.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {
enable = true; enable = true;