kcnhub: packages: ai/ml/llm packages
parent
f4de1e8158
commit
1167c16c1f
|
|
@ -106,9 +106,6 @@
|
|||
sops
|
||||
# Used for Key Generation
|
||||
age
|
||||
# Needed to install claude code (do not touch)
|
||||
unstable-unfree.claude-code
|
||||
|
||||
|
||||
# To try to make X11 forwarding work we install xauth
|
||||
xorg.xauth
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./packages/ai.nix
|
||||
./packages/ngilab.nix
|
||||
./packages/office.nix
|
||||
./packages/terminal.nix
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# v-- Proprietary (hence unfree)
|
||||
unstable-unfree.claude-code
|
||||
unstable.pi-coding-agent
|
||||
# v-- Depends on CUDA (hence unfree)
|
||||
unstable-unfree.llama-cpp
|
||||
];
|
||||
}
|
||||
Loading…
Reference in New Issue