Files
nixos-config/modules/home/ghostty.nix
2025-11-16 01:17:15 -05:00

14 lines
177 B
Nix

{
...
}:
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
term = "xterm-256color";
};
systemd.enable = true;
};
}