nixos-config/modules/user/ghostty.nix

10 lines
178 B
Nix
Raw Normal View History

2025-03-27 12:53:41 +03:00
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
confirm-close-surface = "false";
copy-on-select = "false";
};
};
}