feat: kitty to ghostty

This commit is contained in:
2025-03-27 12:53:41 +03:00
parent 6105e157c7
commit 530be0cf44
7 changed files with 26 additions and 24 deletions

11
modules/user/ghostty.nix Normal file
View File

@ -0,0 +1,11 @@
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
confirm-close-surface = false;
copy-on-select = false;
title-report = true;
};
};
}