6 lines
52 B
Nix
6 lines
52 B
Nix
{ pkgs, ... }:
|
|
with pkgs;
|
|
[
|
|
# LLM's
|
|
# lmstudio
|
|
] |
{ pkgs, ... }:
|
|
with pkgs;
|
|
[
|
|
# LLM's
|
|
# lmstudio
|
|
] |