Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ghostty # Ghostty
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ghostty # Ghostty
];
} Package Definition
{
"pname": "ghostty",
"version": "1.3.0",
"src": {
"url": "https://release.files.ghostty.org/1.3.0/Ghostty.dmg",
"sha256": "53fe98e70982118008c03b9fdbf5df265522a7fdb6bdfa18eb7d0d4cd31d0cc5"
},
"installPhase": [
"mkdir -p \"$out/Applications/Ghostty.app\" && cp -r \"Ghostty.app\" \"$out/Applications\"",
"mkdir -p \"$out/usr/local/share/man/man1\" && ln -s \"$out/Applications/Ghostty.app/Contents/Resources/man/man1/ghostty.1\" \"$out/usr/local/share/man/man1/ghostty.1\"",
"mkdir -p \"$out/usr/local/share/man/man5\" && ln -s \"$out/Applications/Ghostty.app/Contents/Resources/man/man5/ghostty.5\" \"$out/usr/local/share/man/man5/ghostty.5\""
],
"meta": {
"description": "Terminal emulator that uses platform-native UI and GPU acceleration",
"homepage": "https://ghostty.org/"
}
} Version History
1.3.1 (NixCasks v4)
16 March 2026, 08:02 1.3.0 (NixCasks v4)
11 March 2026, 09:40 1.2.3 (NixCasks v4)
29 January 2026, 19:31 1.1.3 (NixCasks v4)
25 March 2025, 00:00 1.1.2 (NixCasks v4)
7 March 2025, 09:14 1.1.2 (NixCasks v3)
5 March 2025, 00:00 1.1.2 (NixCasks v2)
4 March 2025, 19:10 1.1.2 (NixCasks v1)
17 February 2025, 22:56 1.1.0 (NixCasks v1)
1 February 2025, 00:00 1.0.1 (NixCasks v1)
1 January 2025, 00:01 1.0.0 (NixCasks v1)
27 December 2024, 00:00