13 lines
228 B
Nix
13 lines
228 B
Nix
{}: {
|
|
programs.ghostty.enable = true;
|
|
programs.ghostty = {
|
|
settings = {
|
|
gtk-single-instance = true;
|
|
window-decoration = "client";
|
|
keybind = [
|
|
"ctrl+shift+f=close_surface"
|
|
];
|
|
};
|
|
};
|
|
}
|