10 lines
178 B
Nix
10 lines
178 B
Nix
|
{
|
||
|
programs.ghostty = {
|
||
|
enable = true;
|
||
|
enableZshIntegration = true;
|
||
|
settings = {
|
||
|
confirm-close-surface = "false";
|
||
|
copy-on-select = "false";
|
||
|
};
|
||
|
};
|
||
|
}
|