1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 16:57:03 +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;
in {
meta.maintainers = [ lib.maintainers.HeitorAugustoLN ];
meta.maintainers = with lib.maintainers; [ HeitorAugustoLN khaneliman ];
options.programs.ghostty = {
enable = lib.mkEnableOption "Ghostty";