add(apps): ttyper

This commit is contained in:
kenji
2026-01-10 22:54:24 -06:00
parent 45213f1f7d
commit cc681ffe91
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
ttyper
];
}
+1
View File
@@ -6,5 +6,6 @@
../../apps/claude
../../apps/delfin
../../apps/jellyfin-mpv-shim
../../apps/ttyper
];
}