14 lines
189 B
Nix
14 lines
189 B
Nix
{ pkgs, ... }:
|
|
with pkgs;
|
|
[
|
|
# LLM's
|
|
lmstudio
|
|
open-webui
|
|
# aider-chat
|
|
# (pkgs.python3.withPackages (ps: with ps; [
|
|
# virtualenv
|
|
# pip
|
|
# setuptools
|
|
# wheel
|
|
# ]))
|
|
] |