kcnhub: packages: ai/ml/llm packages
parent
f4de1e8158
commit
1167c16c1f
|
|
@ -106,9 +106,6 @@
|
||||||
sops
|
sops
|
||||||
# Used for Key Generation
|
# Used for Key Generation
|
||||||
age
|
age
|
||||||
# Needed to install claude code (do not touch)
|
|
||||||
unstable-unfree.claude-code
|
|
||||||
|
|
||||||
|
|
||||||
# To try to make X11 forwarding work we install xauth
|
# To try to make X11 forwarding work we install xauth
|
||||||
xorg.xauth
|
xorg.xauth
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./packages/ai.nix
|
||||||
./packages/ngilab.nix
|
./packages/ngilab.nix
|
||||||
./packages/office.nix
|
./packages/office.nix
|
||||||
./packages/terminal.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