From 6ae5a6b1bbfcd78bce68a13f9df5e0a92096b02a Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 25 Dec 2025 21:45:16 +0100 Subject: [PATCH] ghostty tip --- profiles/ghostty.nix | 2 +- profiles/homebrew.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/ghostty.nix b/profiles/ghostty.nix index 6e1f7e3..5f058b7 100644 --- a/profiles/ghostty.nix +++ b/profiles/ghostty.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { programs.ghostty = { enable = true; - package = pkgs.ghostty-bin; + package = pkgs.emptyDirectory; settings = { command = "${pkgs.fish}/bin/fish"; theme = "Catppuccin Latte"; diff --git a/profiles/homebrew.nix b/profiles/homebrew.nix index a9a5a13..58ac794 100644 --- a/profiles/homebrew.nix +++ b/profiles/homebrew.nix @@ -2,6 +2,7 @@ homebrew = { enable = true; casks = [ + "ghostty@tip" "helium-browser" "pearcleaner" "tidal"