nixos-config/modules/user/ghostty.nix

10 lines
178 B
Nix

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