Fix maximized window on macos
This commit is contained in:
parent
75f16ab43d
commit
ccbc0f552e
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@
|
||||||
programs.ghostty-custom = {
|
programs.ghostty-custom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = null; # Use Homebrew-installed Ghostty on Darwin
|
package = null; # Use Homebrew-installed Ghostty on Darwin
|
||||||
windowMode = "maximized";
|
windowMode = "windowed";
|
||||||
|
windowWidth = 999;
|
||||||
|
windowHeight = 999;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.username = "yanlin";
|
home.username = "yanlin";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue