Files
nixos-config/modules/home/ghostty.nix

14 lines
177 B
Nix
Raw Normal View History

{
...
}:
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
2025-11-11 22:47:51 -05:00
term = "xterm-256color";
};
systemd.enable = true;
};
}