From c442e84e117d6b2a06eb1d384de027b454f6b338 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:38:11 -0600 Subject: [PATCH] using zsh as the ghostty command --- homeManagerModules/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/ghostty.nix b/homeManagerModules/ghostty.nix index 802c22d..4979797 100644 --- a/homeManagerModules/ghostty.nix +++ b/homeManagerModules/ghostty.nix @@ -16,7 +16,7 @@ enableZshIntegration = true; package = config.lib.nixGL.wrap pkgs.ghostty; settings = { - command = "TERM=xterm-256color /usr/bin/bash"; + command = "TERM=xterm-256color ${pkgs.zsh}/bin/zsh"; font-size = 12; font-family = "Source Code Pro"; # theme = "idleToes";