From 1393a37f535d799c422bcb43b84cbe6de0335280 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:16:01 +0200 Subject: [PATCH] ghostty: fix the package for darwin --- modules/common/ghostty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common/ghostty.nix b/modules/common/ghostty.nix index f60fdb8..1151ce8 100644 --- a/modules/common/ghostty.nix +++ b/modules/common/ghostty.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{ pkgs, config, ... }: { environment.variables = { TERMINAL = "ghostty"; }; @@ -6,7 +6,7 @@ home-manager.sharedModules = [{ programs.ghostty = { enable = true; - package = pkgs.ghostty; + package = if config.onLinux then pkgs.ghostty else null; clearDefaultKeybinds = false; settings = {