fix(darwin): ghostty

This commit is contained in:
Ryan Yin
2026-06-03 11:08:04 +08:00
parent 685af3fa2c
commit 44b0258129
+2 -2
View File
@@ -12,9 +12,9 @@
enable = true;
package =
if pkgs.stdenv.isDarwin then
pkgs.hello # pkgs.ghostty is currently broken on darwin
null # installed via Homebrew cask on darwin
else
pkgs.ghostty; # the stable version
pkgs.ghostty;
enableBashIntegration = false;
installBatSyntax = false;
# installVimSyntax = true;