+dms draft

This commit is contained in:
2026-06-01 19:34:00 +02:00
parent b2ca12f86c
commit 4e1b39f443
6 changed files with 242 additions and 151 deletions
+12 -1
View File
@@ -16,8 +16,19 @@
inputs.nixpkgs.follows = "nixpkgs";
};
agents = {
# url = "path:/home/m3tam3re/p/AI/AGENTS";
url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS";
};
agent-lib = {
url = "path:/home/m3tam3re/p/NIX/agent-lib";
# url = "path:/home/m3tam3re/p/NIX/agent-lib";
url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib";
inputs.nixpkgs.follows = "nixpkgs";
};
dms = {
url = "github:AvengeMedia/DankMaterialShell/stable";
inputs.nixpkgs.follows = "nixpkgs";
};