feat: add t3code
This commit is contained in:
parent
ac5bd7e14b
commit
8e9121d75d
1 changed files with 8 additions and 0 deletions
8
home.nix
8
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue