11.stylix/modules/ghostty/meta.nix
Vidhan Bhatt 3013f98e28
ghostty: add vidhanio as maintainer (#1992)
Link: https://github.com/nix-community/stylix/pull/1992

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-19 23:19:06 +01:00

6 lines
120 B
Nix

{ lib, ... }:
{
name = "Ghostty";
homepage = "https://ghostty.org";
maintainers = [ lib.maintainers.vidhanio ];
}