11 lines
201 B
Nix
11 lines
201 B
Nix
|
{
|
||
|
programs.ghostty = {
|
||
|
enable = true;
|
||
|
enableZshIntegration = true;
|
||
|
settings = {
|
||
|
confirm-close-surface = false;
|
||
|
copy-on-select = false;
|
||
|
title-report = true;
|
||
|
};
|
||
|
};
|
||
|
}
|