mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-30 11:43:15 +00:00
fix ghostty on darwin
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user