Fix maximized window on macos

This commit is contained in:
Yan Lin 2025-09-13 15:44:33 +02:00
parent 75f16ab43d
commit ccbc0f552e

View file

@ -32,7 +32,9 @@
programs.ghostty-custom = {
enable = true;
package = null; # Use Homebrew-installed Ghostty on Darwin
windowMode = "maximized";
windowMode = "windowed";
windowWidth = 999;
windowHeight = 999;
};
home.username = "yanlin";