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