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";
|
name = "Jet";
|
||||||
email = "jet@extremist.software";
|
email = "jet@extremist.software";
|
||||||
sshSigningKey = "~/.ssh/id_ed25519.pub";
|
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
|
in
|
||||||
{
|
{
|
||||||
imports = [ inputs.zen-browser.homeModules.default ];
|
imports = [ inputs.zen-browser.homeModules.default ];
|
||||||
|
|
@ -93,6 +100,7 @@ in
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
claude-code
|
claude-code
|
||||||
opencode
|
opencode
|
||||||
|
t3
|
||||||
inputs.codex-cli-nix.packages.${pkgs.stdenv.hostPlatform.system}.default
|
inputs.codex-cli-nix.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
fd
|
fd
|
||||||
btop
|
btop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue