feat: add t3code

This commit is contained in:
Jet 2026-03-26 18:08:01 -07:00
parent ac5bd7e14b
commit 8e9121d75d
No known key found for this signature in database

View file

@ -9,6 +9,13 @@ let
name = "Jet";
email = "jet@extremist.software";
sshSigningKey = "~/.ssh/id_ed25519.pub";
t3 = pkgs.writeShellApplication {
name = "t3";
runtimeInputs = [ pkgs.nodejs_24 ];
text = ''
exec npx --yes --package=t3@0.0.14 t3 "$@"
'';
};
in
{
imports = [ inputs.zen-browser.homeModules.default ];
@ -93,6 +100,7 @@ in
ffmpeg-full
claude-code
opencode
t3
inputs.codex-cli-nix.packages.${pkgs.stdenv.hostPlatform.system}.default
fd
btop