feat: kitty to ghostty

This commit is contained in:
2025-03-27 12:53:41 +03:00
parent 4e9b23c9ce
commit a02389636a
6 changed files with 22 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;
};
};
}