dotfiles/home/modules/ghostty.nix
2025-01-03 17:10:21 -06:00

10 lines
183 B
Nix
Executable file

{
programs.ghostty = {
enable = true;
settings = {
confirm-close-surface = false;
theme = "catppuccin-macchiato";
window-decoration = false;
};
};
}