using zsh as the ghostty command
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
package = config.lib.nixGL.wrap pkgs.ghostty;
|
package = config.lib.nixGL.wrap pkgs.ghostty;
|
||||||
settings = {
|
settings = {
|
||||||
command = "TERM=xterm-256color /usr/bin/bash";
|
command = "TERM=xterm-256color ${pkgs.zsh}/bin/zsh";
|
||||||
font-size = 12;
|
font-size = 12;
|
||||||
font-family = "Source Code Pro";
|
font-family = "Source Code Pro";
|
||||||
# theme = "idleToes";
|
# theme = "idleToes";
|
||||||
|
|||||||
Reference in New Issue
Block a user