feat: added ghosted (or tried to)

This commit is contained in:
Nick 2024-12-28 03:19:37 -06:00
parent 8f1dd7388e
commit 9b9becb2c1
6 changed files with 263 additions and 26 deletions

7
home/modules/ghostty.nix Executable file
View file

@ -0,0 +1,7 @@
{
inputs,
pkgs,
...
}: {
home.packages = [inputs.ghostty.packages.${pkgs.system}.default];
}