mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-08 13:55:07 +02: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
|
# macOS specific settings, force kitty to use nushell as default shell
|
||||||
shell = "/run/current-system/sw/bin/nu";
|
shell = "/run/current-system/sw/bin/nu";
|
||||||
} else {});
|
} else {});
|
||||||
|
|
||||||
|
# macOS specific settings
|
||||||
|
darwinLaunchOptions = [ "--start-as=fullscreen" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user