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
];
}