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";