mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-11 00:52:43 +02:00
fix(darwin): ghostty
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user