feat: start kitty as fullscreen on macOS

This commit is contained in:
Ryan Yin
2023-07-17 11:38:38 +08:00
parent ba29d32d80
commit cc6e5ea071

View File

@@ -17,5 +17,8 @@
# macOS specific settings, force kitty to use nushell as default shell
shell = "/run/current-system/sw/bin/nu";
} else {});
# macOS specific settings
darwinLaunchOptions = [ "--start-as=fullscreen" ];
};
}