diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-19 11:09:56 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-19 11:09:56 +0530 |
| commit | 9dfbce98ec6dc32bf7cf3c5daf97070edb32eac0 (patch) | |
| tree | 2027edba1c862b4123dedebd669e3fac56b3afe6 /nixos | |
| parent | ab3cc0ee160e6b7f5e8c54e8a7387ffcbaa877ef (diff) | |
system update + mpv + openwebui for llm.nix
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/environment.nix | 1 | ||||
| -rw-r--r-- | nixos/home.nix | 1 | ||||
| -rw-r--r-- | nixos/opt/llm.nix | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/nixos/environment.nix b/nixos/environment.nix index ec7e7f4..27182d6 100644 --- a/nixos/environment.nix +++ b/nixos/environment.nix @@ -72,6 +72,7 @@ just process-compose ffmpeg + mpv jq termshark diff --git a/nixos/home.nix b/nixos/home.nix index b99166d..95cdd2b 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -76,6 +76,7 @@ end tmux="tmux -u"; snvim="sudo -E -s nvim"; ls="eza -hli"; + ns="nix-shell"; cat="bat"; find="fd"; cloc="tokei"; diff --git a/nixos/opt/llm.nix b/nixos/opt/llm.nix index db5c81a..0beb1dd 100644 --- a/nixos/opt/llm.nix +++ b/nixos/opt/llm.nix @@ -5,4 +5,8 @@ enable = true; package = unstable.ollama-cuda; }; + services.open-webui = { + enable = true; + package = unstable.open-webui; + }; } |
