Link: https://github.com/nix-community/stylix/pull/1992 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
6 lines
120 B
Nix
6 lines
120 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Ghostty";
|
|
homepage = "https://ghostty.org";
|
|
maintainers = [ lib.maintainers.vidhanio ];
|
|
}
|