Update Ghostty
This commit is contained in:
parent
b20024a9d9
commit
e28b11b889
1 changed files with 18 additions and 18 deletions
|
@ -7,22 +7,22 @@
|
|||
programs.bash.sessionVariables = { TERM = "xterm-256color"; };
|
||||
programs.fish.shellInit = ''set TERM "xterm-256color '';
|
||||
|
||||
programs.ghostty = {
|
||||
# TODO Re-enable this when 25.05 is out or when this is compabile with 24.11
|
||||
enable = false;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
installBatSyntax = true;
|
||||
installVimSyntax = true;
|
||||
settings = {
|
||||
font-size = 10;
|
||||
cursor-style = "bar";
|
||||
keybind = [
|
||||
"shift+right=next_tab"
|
||||
"shift+left=previous_tab"
|
||||
"shift+up=toggle_tab_overview"
|
||||
];
|
||||
};
|
||||
};
|
||||
# TODO Re-enable this when 25.05 is out or when this is compabile with 24.11
|
||||
# programs.ghostty = {
|
||||
# enable = true;
|
||||
# enableBashIntegration = true;
|
||||
# enableFishIntegration = true;
|
||||
# enableZshIntegration = true;
|
||||
# installBatSyntax = true;
|
||||
# installVimSyntax = true;
|
||||
# settings = {
|
||||
# font-size = 10;
|
||||
# cursor-style = "bar";
|
||||
# keybind = [
|
||||
# "shift+right=next_tab"
|
||||
# "shift+left=previous_tab"
|
||||
# "shift+up=toggle_tab_overview"
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue