mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-08 17:56:54 +00:00
ghostty: add khaneliman maintainer
This commit is contained in:
parent
178f8265cb
commit
05c64fa76b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue