dotfiles/home/modules/ghostty.nix

11 lines
183 B
Nix
Raw Normal View History

2024-12-28 03:19:37 -06:00
{
2025-01-03 17:10:21 -06:00
programs.ghostty = {
enable = true;
settings = {
confirm-close-surface = false;
theme = "catppuccin-macchiato";
window-decoration = false;
};
};
2024-12-28 03:19:37 -06:00
}