From 8e9121d75dc819e26e977b022fd8ac1edd43c59d Mon Sep 17 00:00:00 2001 From: Jet Date: Thu, 26 Mar 2026 18:08:01 -0700 Subject: [PATCH] feat: add t3code --- home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home.nix b/home.nix index d622b02..61e25bf 100644 --- a/home.nix +++ b/home.nix @@ -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