Skip to content

Commit 6c9ab84

Browse files
committed
terminfo: fix ghostty directory hierachy
1 parent e1803b4 commit 6c9ab84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nixos/mixins/terminfo.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
}
1515
''
1616
7zz -snld x ${pkgs.ghostty-bin.src}
17-
mkdir -p $out/share/terminfo
18-
cp -r Ghostty.app/Contents/Resources/terminfo/* $out/share/terminfo/
17+
mkdir -p $out/share/terminfo/{g,x}
18+
cp -r Ghostty.app/Contents/Resources/terminfo/67/ghostty $out/share/terminfo/g
19+
cp -r Ghostty.app/Contents/Resources/terminfo/78/xterm-ghostty $out/share/terminfo/x
1920
''
2021
)
2122
]

0 commit comments

Comments
 (0)