ghostty tip

This commit is contained in:
2025-12-25 21:45:16 +01:00
parent 9d3bd17a03
commit 6ae5a6b1bb
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
programs.ghostty = { programs.ghostty = {
enable = true; enable = true;
package = pkgs.ghostty-bin; package = pkgs.emptyDirectory;
settings = { settings = {
command = "${pkgs.fish}/bin/fish"; command = "${pkgs.fish}/bin/fish";
theme = "Catppuccin Latte"; theme = "Catppuccin Latte";

View File

@@ -2,6 +2,7 @@
homebrew = { homebrew = {
enable = true; enable = true;
casks = [ casks = [
"ghostty@tip"
"helium-browser" "helium-browser"
"pearcleaner" "pearcleaner"
"tidal" "tidal"