Files
nixos-config/modules/home/ghostty.nix
2025-11-11 22:47:51 -05:00

15 lines
211 B
Nix

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