From 2de7650f3de5a5ebedc085e2d01ab5df83a6ac70 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 3 Jul 2026 20:52:31 -0500 Subject: [PATCH] jsl-zsh in ghostty --- modules/programs/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/ghostty.nix b/modules/programs/ghostty.nix index 748a801..4307533 100644 --- a/modules/programs/ghostty.nix +++ b/modules/programs/ghostty.nix @@ -39,7 +39,7 @@ enableZshIntegration = true; package = ghosttyX11; settings = { - command = "TERM=xterm-256color ${lib.getExe pkgs.zsh}"; + command = "TERM=xterm-256color ${lib.getExe inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.jsl-zsh}"; font-size = 12; font-family = "Source Code Pro"; theme = "Catppuccin Mocha";