From c385e9d39c26b25666bc01edcf71c29eaa6af889 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 4 Apr 2025 17:10:23 +0200 Subject: [PATCH] Fix ghostty config on mac --- modules/gui/ghostty.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/gui/ghostty.nix b/modules/gui/ghostty.nix index d453e57..af7630b 100644 --- a/modules/gui/ghostty.nix +++ b/modules/gui/ghostty.nix @@ -1,6 +1,10 @@ -{...}: { +{pkgs, ...}: { programs.ghostty = { enable = true; + package = + if pkgs.stdenv.isLinux + then pkgs.ghostty + else null; enableZshIntegration = true; clearDefaultKeybinds = true; settings = {