9 lines
142 B
Nix
9 lines
142 B
Nix
{
|
|
programs.ghostty = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
installVimSyntax = true;
|
|
installBatSyntax = true;
|
|
};
|
|
}
|