feat: add ghosty

This commit is contained in:
tux
2024-12-30 21:18:04 +05:30
parent 2d75295c9b
commit c4f505111d
5 changed files with 151 additions and 14 deletions

View File

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
ghostty
];
}