feat: add t3 code properly
This commit is contained in:
parent
5322b4f924
commit
e8bdd48716
4 changed files with 61 additions and 34 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, homeLib, ... }:
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
homeLib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -8,6 +13,7 @@
|
|||
codex
|
||||
ffmpeg-full
|
||||
homeLib.wrappedOpencode
|
||||
inputs.t3code.packages.${pkgs.stdenv.hostPlatform.system}.t3code-nightly
|
||||
skills
|
||||
homeLib.zellijNewTabZoxide
|
||||
homeLib.zellijSyncTabName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue