5 lines
139 B
Nix
5 lines
139 B
Nix
{
|
|
home.sessionVariables.TERMINAL = "ghostty -e";
|
|
#TODO: fix image preview
|
|
programs.ghostty.settings.confirm-close-surface = false;
|
|
}
|