1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-09 03:56:04 +01:00

btop: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-30 12:28:56 -06:00
parent 34e28fc6dd
commit c72b699ec6

View file

@ -25,7 +25,7 @@ let
''; '';
in { in {
meta.maintainers = [ hm.maintainers.GaetanLepage ]; meta.maintainers = with lib.maintainers; [ GaetanLepage khaneliman ];
options.programs.btop = { options.programs.btop = {
enable = mkEnableOption "btop"; enable = mkEnableOption "btop";