nixos/home/programs/ghostty/default.nix
2025-07-04 14:21:21 +07:00

9 lines
142 B
Nix

{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
installVimSyntax = true;
installBatSyntax = true;
};
}