mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
feat: fix ghostty tabs on macos
This commit is contained in:
parent
1fa648a224
commit
79c9526b1b
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ in merge <| mkIf config.isDesktop {
|
|||
confirm-close-surface = false;
|
||||
quit-after-last-window-closed = true;
|
||||
|
||||
window-decoration = config.isDarwin;
|
||||
window-decoration = config.isDarwin;
|
||||
macos-titlebar-style = "tabs";
|
||||
|
||||
config-file = toString <| pkgs.writeText "base16-config" ghosttyConfig;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue