diff options
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; + }; } |
