mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 10:21:03 +01:00
feat: start kitty as fullscreen on macOS
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user