feat: Added affine server

This commit is contained in:
2026-02-18 17:23:05 +05:30
parent e249f13313
commit 0591868be3
7 changed files with 273 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
{...}: {
programs.ccache = {
enable = true;
packageNames = ["ollama" "orca-slicer" "opencv" "onnxruntime" "obs-studio" "llama-cpp"];
};
}