Compare commits

...

3 Commits

Author SHA1 Message Date
9bed60a97e Cleanup ghostty on macos 2025-09-25 14:36:42 +02:00
7dfe71e57c toto 2025-09-25 14:36:42 +02:00
6615235f91 toto 2025-09-25 14:36:42 +02:00

View File

@@ -4,7 +4,7 @@
package =
if pkgs.stdenv.isLinux
then pkgs.ghostty
else null;
else pkgs.ghostty-bin;
enableZshIntegration = true;
clearDefaultKeybinds = true;
settings = {
@@ -18,6 +18,7 @@
shell-integration-features = "no-cursor,sudo,title";
cursor-style-blink = false;
maximize = true;
window-padding-x = 0;
window-padding-y = 0;
window-padding-balance = true;