1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-25 02:10:57 +01:00

bat: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-30 12:28:13 -06:00
parent 05c64fa76b
commit 34e28fc6dd

View file

@ -22,7 +22,7 @@ let
in keyValuePairs + switches;
in {
meta.maintainers = [ ];
meta.maintainers = with lib.maintainers; [ khaneliman ];
options.programs.bat = {
enable = mkEnableOption "bat, a cat clone with wings";