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

yazi: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-30 12:34:27 -06:00
parent d62027e44d
commit bf2a029bcd

View file

@ -38,7 +38,7 @@ let
}
'';
in {
meta.maintainers = with maintainers; [ xyenon eljamm ];
meta.maintainers = with lib.maintainers; [ eljamm khaneliman xyenon ];
options.programs.yazi = {
enable = mkEnableOption "yazi";