4 lines
112 B
Nix
4 lines
112 B
Nix
{
|
|
home.sessionVariables.TERMINAL = "ghostty -e";
|
|
programs.ghostty.settings.confirm-close-surface = false;
|
|
}
|