1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-09 10:16:55 +00:00

ghostty: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-30 12:27:35 -06:00
parent 178f8265cb
commit 05c64fa76b

View file

@ -8,7 +8,7 @@ let
}; };
keyValue = pkgs.formats.keyValue keyValueSettings; keyValue = pkgs.formats.keyValue keyValueSettings;
in { in {
meta.maintainers = [ lib.maintainers.HeitorAugustoLN ]; meta.maintainers = with lib.maintainers; [ HeitorAugustoLN khaneliman ];
options.programs.ghostty = { options.programs.ghostty = {
enable = lib.mkEnableOption "Ghostty"; enable = lib.mkEnableOption "Ghostty";