fix ghostty on darwin

This commit is contained in:
Noah Masur
2025-08-23 19:14:06 -04:00
parent 8b3ab57b34
commit 17b30de163
5 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ in
programs.ghostty = {
enable = true;
package = if pkgs.stdenv.isDarwin then pkgs.nur.repos.DimitarNestorov.ghostty else pkgs.ghostty;
package = if pkgs.stdenv.isDarwin then null else pkgs.ghostty;
enableFishIntegration = true;
enableBashIntegration = true;