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"