feat: kitty to ghostty

This commit is contained in:
2025-03-27 12:53:41 +03:00
parent 9e0e63dd48
commit c78bf067e9
7 changed files with 26 additions and 24 deletions
+11
View File
@@ -0,0 +1,11 @@
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
confirm-close-surface = false;
copy-on-select = false;
title-report = true;
};
};
}