From f6421ba0404e5d809373639a807852b4664e7085 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 21 Jul 2025 14:46:37 -0400 Subject: [PATCH] include ghostty in homebrew --- dot_config/flake/machines/hinge/darwin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_config/flake/machines/hinge/darwin.nix b/dot_config/flake/machines/hinge/darwin.nix index fa142b1..f73dde8 100644 --- a/dot_config/flake/machines/hinge/darwin.nix +++ b/dot_config/flake/machines/hinge/darwin.nix @@ -66,6 +66,8 @@ in { deno basedpyright taplo + + unstable.ghostty-bin ]; homebrew = { @@ -103,6 +105,8 @@ in { casks = [ "notunes" + "ghostty" + "firefox" "gpg-suite" "libreoffice"