feat: add t3-code and codex

This commit is contained in:
Jet 2026-04-23 16:59:15 -07:00
parent 5428c40a8d
commit b85615ec52
No known key found for this signature in database
3 changed files with 62 additions and 1 deletions

View file

@ -18,6 +18,10 @@
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
t3code = {
url = "github:Sawrz/t3code-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -47,6 +51,7 @@
{
nixpkgs.overlays = [
inputs.nur.overlays.default
inputs.t3code.overlays.default
];
}
];