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

waybar: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-30 12:23:04 -06:00
parent 9a97ac435e
commit c3031a0e8c

View file

@ -143,7 +143,7 @@ let
};
};
in {
meta.maintainers = with lib.maintainers; [ berbiche ];
meta.maintainers = with lib.maintainers; [ berbiche khaneliman ];
options.programs.waybar = with lib.types; {
enable = mkEnableOption "Waybar";