1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

launchd: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-03-26 09:05:34 -05:00
parent a710f337d6
commit ef8f898727

View file

@ -55,7 +55,7 @@ let
done done
''; '';
in { in {
meta.maintainers = with lib.maintainers; [ midchildan ]; meta.maintainers = with lib.maintainers; [ khaneliman midchildan ];
options.launchd = { options.launchd = {
enable = lib.mkOption { enable = lib.mkOption {