This commit is contained in:
2026-02-03 13:20:14 -05:00
parent d0de943224
commit d6f7dab062
8 changed files with 131 additions and 13 deletions

View File

@@ -69,6 +69,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
noctalia = {
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs";
};
llm-agents = {
url = "github:numtide/llm-agents.nix";
inputs.nixpkgs.follows = "nixpkgs";