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