nixos-config/modules/user/ghostty.nix

11 lines
201 B
Nix

{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
confirm-close-surface = false;
copy-on-select = false;
title-report = true;
};
};
}