ADDED ghostty

This commit is contained in:
kenji
2025-12-23 20:59:59 +00:00
parent 587266c904
commit 69b3d42f9a
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = [
ghostty
];
}