jsl-zsh in ghostty

This commit is contained in:
John Lancaster
2026-07-03 20:52:31 -05:00
parent 41f33653a7
commit 2de7650f3d
+1 -1
View File
@@ -39,7 +39,7 @@
enableZshIntegration = true; enableZshIntegration = true;
package = ghosttyX11; package = ghosttyX11;
settings = { 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-size = 12;
font-family = "Source Code Pro"; font-family = "Source Code Pro";
theme = "Catppuccin Mocha"; theme = "Catppuccin Mocha";