refactor(homes/rafiq): clean up terminal settings

This commit is contained in:
Mohammad Rafiq 2025-07-04 20:30:55 +08:00
parent 8eceb81ad9
commit fad82fc781
No known key found for this signature in database

View file

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