feat(ghostty): disable confirm close window

This commit is contained in:
Mohammad Rafiq 2025-05-20 20:35:50 +08:00
parent 2100857817
commit 5cb05a2dcb
No known key found for this signature in database

View file

@ -14,6 +14,9 @@
home.sessionVariables.TERMINAL = "ghostty -e";
programs.ghostty = {
enable = true;
settings = {
confirm-close-surface = false;
};
};
})
];