fix: ghostty - darwin

This commit is contained in:
Ryan Yin
2025-01-29 14:33:41 +08:00
parent b30199c437
commit ec2d41742c
2 changed files with 7 additions and 2 deletions

View File

@@ -11,9 +11,13 @@
{
programs.ghostty = {
enable = true;
package = pkgs.ghostty; # the stable version
package =
if pkgs.stdenv.isDarwin
then pkgs.emptyDirectory # pkgs.ghostty is currently broken on darwin
else pkgs.ghostty; # the stable version
# package = ghostty.packages.${pkgs.system}.default; # the latest version
enableBashIntegration = true;
enableBashIntegration = false;
installBatSyntax = false;
# installVimSyntax = true;
settings = {
theme = "catppuccin-mocha";

View File

@@ -159,6 +159,7 @@ in {
"visual-studio-code"
"zed" # zed editor
"aerospace" # an i3-like tiling window manager for macOS
"ghostty" # terminal emulator
# https://joplinapp.org/help/
# "joplin" # note taking app