5 lines
146 B
Nix
5 lines
146 B
Nix
{
|
|
home.sessionVariables.TERMINAL = "ghostty -e";
|
|
programs.ghostty.enable = true;
|
|
programs.ghostty.settings.confirm-close-surface = false;
|
|
}
|